|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Repository\Ownership\OwnershipManagementRetrieval:
Collaboration diagram for ILIAS\Repository\Ownership\OwnershipManagementRetrieval:Public Member Functions | |
| __construct (protected InternalDomainService $domain, protected int $user_id, protected array $objects, protected string $selected_type) | |
| setData (array $objects, string $selected_type) | |
| 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 Member Functions | |
| buildPath (int $ref_id) | |
Protected Attributes | |
| array | $data = [] |
Definition at line 29 of file OwnershipManagementRetrieval.php.
| ILIAS\Repository\Ownership\OwnershipManagementRetrieval::__construct | ( | protected InternalDomainService | $domain, |
| protected int | $user_id, | ||
| protected array | $objects, | ||
| protected string | $selected_type | ||
| ) |
Definition at line 35 of file OwnershipManagementRetrieval.php.
References ILIAS\Repository\Ownership\OwnershipManagementRetrieval\setData().
Here is the call graph for this function:
|
protected |
Definition at line 98 of file OwnershipManagementRetrieval.php.
References $counter, ILIAS\Repository\Ownership\OwnershipManagementRetrieval\$data, $path, $ref_id, and ILIAS\Repository\Ownership\OwnershipManagementRetrieval\count().
Referenced by ILIAS\Repository\Ownership\OwnershipManagementRetrieval\setData().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Repository\Ownership\OwnershipManagementRetrieval::count | ( | array | $filter, |
| array | $parameters | ||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 133 of file OwnershipManagementRetrieval.php.
Referenced by ILIAS\Repository\Ownership\OwnershipManagementRetrieval\buildPath().
Here is the caller graph for this function:| ILIAS\Repository\Ownership\OwnershipManagementRetrieval::getData | ( | array | $fields, |
| ?Range | $range = null, |
||
| ?Order | $order = null, |
||
| array | $filter = [], |
||
| array | $parameters = [] |
||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 116 of file OwnershipManagementRetrieval.php.
| ILIAS\Repository\Ownership\OwnershipManagementRetrieval::isFieldNumeric | ( | string | $field | ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 92 of file OwnershipManagementRetrieval.php.
| ILIAS\Repository\Ownership\OwnershipManagementRetrieval::setData | ( | array | $objects, |
| string | $selected_type | ||
| ) |
Definition at line 44 of file OwnershipManagementRetrieval.php.
References $id, $ref_id, ilObject\_getAllReferences(), ilObject\_lookupType(), ILIAS\Repository\Ownership\OwnershipManagementRetrieval\buildPath(), and SYSTEM_FOLDER_ID.
Referenced by ILIAS\Repository\Ownership\OwnershipManagementRetrieval\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 33 of file OwnershipManagementRetrieval.php.
Referenced by ILIAS\Repository\Ownership\OwnershipManagementRetrieval\buildPath().