HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
HCE Project DC service web UI
Bootstrap Colorpicker 2.0
Overview
CKEditor 4 Changelog
Software License Agreement
ChangeLog
Installing instructions
widgets
yii2-debug
Todo List
Deprecated List
Namespaces
Classes
Files
File List
app
protected
commands
components
config
controllers
extensions
helpers
models
modules
account
job
rights
components
behaviors
dataproviders
RAssignmentDataProvider.php
RAssignmentSitesDataProvider.php
RAuthItemChildDataProvider.php
RAuthItemDataProvider.php
RAuthItemParentDataProvider.php
RPermissionDataProvider.php
RAuthorizer.php
RController.php
RDbAuthManager.php
RGenerator.php
Rights.php
RightsFilter.php
RInstaller.php
RWebUser.php
controllers
messages
models
views
RightsModule.php
user
runtime
tests
vendor
views
yiic.php
themes
index.php
File Members
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
RAuthItemChildDataProvider.php
Go to the documentation of this file.
1
<?php
10
class
RAuthItemChildDataProvider
extends
RAuthItemDataProvider
11
{
20
public
function
__construct
(
$parent
,
$config
= array())
21
{
22
$this->parent =
$parent
;
23
$this->setId(
$parent
->name);
24
25
foreach
(
$config
as $key => $value) {
26
$this->$key = $value;
27
}
28
}
29
35
public
function
fetchData
()
36
{
37
$this->items =
Rights::getAuthorizer
()->getAuthItemChildren($this->parent->name, $this->type);
38
39
return
parent::fetchData
();
40
}
41
}
app
protected
modules
rights
components
dataproviders
RAuthItemChildDataProvider.php
Generated on Tue Jun 30 2015 20:12:35 for HCE Project DC service web UI by
1.8.1.2