|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Category\AssignedRolesRetrieval:
Collaboration diagram for ILIAS\Category\AssignedRolesRetrieval:Public Member Functions | |
| __construct (protected InternalDomainService $domain, protected int $ref_id, protected int $managed_user_id, protected int $managing_user_id) | |
| isFieldNumeric (string $field) | |
| getData (array $fields, ?Range $range=null, ?Order $order=null, array $filter=[], array $parameters=[]) | |
| count (array $filter, array $parameters) | |
| getData (array $fields, ?Range $range=null, ?Order $order=null, array $filter=[], array $parameters=[]) | |
| count (array $filter, array $parameters) | |
| isFieldNumeric (string $field) | |
Protected Attributes | |
| array | $data = [] |
Definition at line 28 of file AssignedRolesRetrieval.php.
| ILIAS\Category\AssignedRolesRetrieval::__construct | ( | protected InternalDomainService | $domain, |
| protected int | $ref_id, | ||
| protected int | $managed_user_id, | ||
| protected int | $managing_user_id | ||
| ) |
Definition at line 34 of file AssignedRolesRetrieval.php.
| ILIAS\Category\AssignedRolesRetrieval::count | ( | array | $filter, |
| array | $parameters | ||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 92 of file AssignedRolesRetrieval.php.
| ILIAS\Category\AssignedRolesRetrieval::getData | ( | array | $fields, |
| ?Range | $range = null, |
||
| ?Order | $order = null, |
||
| array | $filter = [], |
||
| array | $parameters = [] |
||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 48 of file AssignedRolesRetrieval.php.
References ILIAS\Category\AssignedRolesRetrieval\$data, $lng, and ilObjectFactory\getInstanceByObjId().
Here is the call graph for this function:| ILIAS\Category\AssignedRolesRetrieval::isFieldNumeric | ( | string | $field | ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 43 of file AssignedRolesRetrieval.php.
|
protected |
Definition at line 32 of file AssignedRolesRetrieval.php.
Referenced by ILIAS\Category\AssignedRolesRetrieval\getData().