|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Container\Skills\ContSkillRetrieval:
Collaboration diagram for ILIAS\Container\Skills\ContSkillRetrieval: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) | |
| 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.
| ILIAS\Container\Skills\ContSkillRetrieval::isFieldNumeric | ( | string | $field | ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 64 of file ContSkillRetrieval.php.