LSCActiveDataProvider
extends CActiveDataProvider
in package
Table of Contents
Methods
- calculateTotalItemCount() : int
- Calculates the total number of data items.
- fetchData() : array<string|int, mixed>
- Fetches the data from the persistent data storage.
- fetchKeys() : array<string|int, mixed>
- Fetches the data item keys from the persistent data storage.
Methods
calculateTotalItemCount()
Calculates the total number of data items.
protected
calculateTotalItemCount() : int
Return values
int —the total number of data items.
fetchData()
Fetches the data from the persistent data storage.
protected
fetchData() : array<string|int, mixed>
Method content is copied from original CActiveDataProvider class, except for decryption part
Return values
array<string|int, mixed> —list of data items
fetchKeys()
Fetches the data item keys from the persistent data storage.
protected
fetchKeys() : array<string|int, mixed>
Return values
array<string|int, mixed> —list of data item keys.