HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
__construct ($id, $config=array()) | |
fetchData () | |
fetchKeys () |
Public Attributes | |
$type | |
$userId | |
$parent | |
$exclude = array() | |
$items | |
$sortable |
Protected Member Functions | |
processSortable () | |
calculateTotalItemCount () |
Authorization item data provider class file.
Definition at line 10 of file RAuthItemDataProvider.php.
RAuthItemDataProvider::__construct | ( | $id, | |
$config = array() |
|||
) |
Constructs the data provider.
string | $id | the data provider identifier. |
array | $config | configuration (name=>value) to be applied as the initial property values of this class. |
Reimplemented in RAuthItemChildDataProvider, and RAuthItemParentDataProvider.
Definition at line 27 of file RAuthItemDataProvider.php.
|
protected |
Calculates the total number of data items.
Definition at line 97 of file RAuthItemDataProvider.php.
RAuthItemDataProvider::fetchData | ( | ) |
Fetches the data from the persistent data storage.
Reimplemented in RAuthItemChildDataProvider, and RAuthItemParentDataProvider.
Definition at line 41 of file RAuthItemDataProvider.php.
RAuthItemDataProvider::fetchKeys | ( | ) |
Fetches the data item keys from the persistent data storage.
Definition at line 64 of file RAuthItemDataProvider.php.
|
protected |
Applies jQuery UI sortable on the target element.
Definition at line 77 of file RAuthItemDataProvider.php.
RAuthItemDataProvider::$exclude = array() |
Definition at line 15 of file RAuthItemDataProvider.php.
RAuthItemDataProvider::$items |
Definition at line 16 of file RAuthItemDataProvider.php.
RAuthItemDataProvider::$parent |
Definition at line 14 of file RAuthItemDataProvider.php.
RAuthItemDataProvider::$sortable |
Definition at line 17 of file RAuthItemDataProvider.php.
RAuthItemDataProvider::$type |
Definition at line 12 of file RAuthItemDataProvider.php.
RAuthItemDataProvider::$userId |
Definition at line 13 of file RAuthItemDataProvider.php.