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
All
Classes
Namespaces
Files
Functions
Variables
Pages
RAuthItemParentDataProvider.php
Go to the documentation of this file.
1
<?php
10
class
RAuthItemParentDataProvider
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
()->getAuthItemParents($this->parent->name, $this->type, null,
true
);
38
39
return
parent::fetchData
();
40
}
41
}
app
protected
modules
rights
components
dataproviders
RAuthItemParentDataProvider.php
Generated on Tue Jun 30 2015 20:12:35 for HCE Project DC service web UI by
1.8.1.2