HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
__construct ($parent, $config=array()) | |
fetchData () | |
Public Member Functions inherited from RAuthItemDataProvider | |
fetchKeys () |
Additional Inherited Members | |
Public Attributes inherited from RAuthItemDataProvider | |
$type | |
$userId | |
$parent | |
$exclude = array() | |
$items | |
$sortable | |
Protected Member Functions inherited from RAuthItemDataProvider | |
processSortable () | |
calculateTotalItemCount () |
Authorization item child data provider class file.
Definition at line 10 of file RAuthItemChildDataProvider.php.
RAuthItemChildDataProvider::__construct | ( | $parent, | |
$config = array() |
|||
) |
Constructs the data provider.
string | $parent | the data provider identifier. |
array | $config | configuration (name=>value) to be applied as the initial property values of this class. |
Reimplemented from RAuthItemDataProvider.
Definition at line 20 of file RAuthItemChildDataProvider.php.
RAuthItemChildDataProvider::fetchData | ( | ) |
Fetches the data from the persistent data storage.
Reimplemented from RAuthItemDataProvider.
Definition at line 35 of file RAuthItemChildDataProvider.php.