|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Inheritance diagram for ILIAS\MediaObjects\OverviewGUI\Table\Retrieval:
Collaboration diagram for ILIAS\MediaObjects\OverviewGUI\Table\Retrieval:Public Member Functions | |
| __construct (protected SubObjectRetrieval $sub_object_retrieval, protected InternalDomainService $domain, protected DataFactory $data_factory) | |
| getData (array $fields, ?Range $range=null, ?Order $order=null, array $filter=[], array $parameters=[]) | |
| count (array $filter, array $parameters) | |
| isFieldNumeric (string $field) | |
| getData (array $fields, ?Range $range=null, ?Order $order=null, array $filter=[], array $parameters=[]) | |
| count (array $filter, array $parameters) | |
| isFieldNumeric (string $field) | |
Protected Member Functions | |
| getInternalData (array $filter) | |
| get data only with internal usages and properties of the media objects More... | |
| addExternalData (array $internal_data) | |
| add external usages to data, requiring additional access checks More... | |
| isDatumExcludedByFilter (string $title, string $copyright_identifier, int $last_update, array $filter) | |
Protected Attributes | |
| array | $internal_data |
Definition at line 35 of file Retrieval.php.
| ILIAS\MediaObjects\OverviewGUI\Table\Retrieval::__construct | ( | protected SubObjectRetrieval | $sub_object_retrieval, |
| protected InternalDomainService | $domain, | ||
| protected DataFactory | $data_factory | ||
| ) |
Definition at line 41 of file Retrieval.php.
|
protected |
add external usages to data, requiring additional access checks
Definition at line 108 of file Retrieval.php.
References $data, ILIAS\MediaObjects\OverviewGUI\Table\Retrieval\$internal_data, $ref_id, $static_url, ilObject\_getAllReferences(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilObjMediaObject\getParentObjectIdForUsage(), and ilObjMediaObject\lookupUsages().
Here is the call graph for this function:| ILIAS\MediaObjects\OverviewGUI\Table\Retrieval::count | ( | array | $filter, |
| array | $parameters | ||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 226 of file Retrieval.php.
| ILIAS\MediaObjects\OverviewGUI\Table\Retrieval::getData | ( | array | $fields, |
| ?Range | $range = null, |
||
| ?Order | $order = null, |
||
| array | $filter = [], |
||
| array | $parameters = [] |
||
| ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 205 of file Retrieval.php.
|
protected |
get data only with internal usages and properties of the media objects
Definition at line 52 of file Retrieval.php.
References $id, ILIAS\MediaObjects\OverviewGUI\Table\Retrieval\$internal_data, ilObjMediaObject\_exists(), ilObjMediaObject\_getMobsOfObject(), ilObject\_lookupTitle(), and ILIAS\MediaObjects\OverviewGUI\Table\Retrieval\isDatumExcludedByFilter().
Here is the call graph for this function:
|
protected |
Definition at line 174 of file Retrieval.php.
Referenced by ILIAS\MediaObjects\OverviewGUI\Table\Retrieval\getInternalData().
Here is the caller graph for this function:| ILIAS\MediaObjects\OverviewGUI\Table\Retrieval::isFieldNumeric | ( | string | $field | ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 233 of file Retrieval.php.
|
protected |
Definition at line 39 of file Retrieval.php.
Referenced by ILIAS\MediaObjects\OverviewGUI\Table\Retrieval\addExternalData(), and ILIAS\MediaObjects\OverviewGUI\Table\Retrieval\getInternalData().