ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct (protected ContainerSkillManager $cont_skill_manager) | |
getData (array $fields, ?Range $range=null, ?Order $order=null, array $filter=[], array $parameters=[]) | |
count (array $filter, array $parameters) | |
isFieldNumeric (string $field) | |
Definition at line 28 of file ContSkillRetrieval.php.
ILIAS\Container\Skills\ContSkillRetrieval::__construct | ( | protected ContainerSkillManager | $cont_skill_manager | ) |
Definition at line 32 of file ContSkillRetrieval.php.
ILIAS\Container\Skills\ContSkillRetrieval::count | ( | array | $filter, |
array | $parameters | ||
) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 56 of file ContSkillRetrieval.php.
ILIAS\Container\Skills\ContSkillRetrieval::getData | ( | array | $fields, |
?Range | $range = null , |
||
?Order | $order = null , |
||
array | $filter = [] , |
||
array | $parameters = [] |
||
) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 37 of file ContSkillRetrieval.php.
References ILIAS\UI\Implementation\Component\Table\$range.
ILIAS\Container\Skills\ContSkillRetrieval::isFieldNumeric | ( | string | $field | ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 64 of file ContSkillRetrieval.php.