ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct (protected ContainerSkillManager $cont_skill_manager, protected \ilContainer $container) | |
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 ContSkillMemberRetrieval.php.
ILIAS\Container\Skills\ContSkillMemberRetrieval::__construct | ( | protected ContainerSkillManager | $cont_skill_manager, |
protected \ilContainer | $container | ||
) |
Definition at line 32 of file ContSkillMemberRetrieval.php.
ILIAS\Container\Skills\ContSkillMemberRetrieval::count | ( | array | $filter, |
array | $parameters | ||
) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 71 of file ContSkillMemberRetrieval.php.
References ilParticipants\getInstanceByObjId().
ILIAS\Container\Skills\ContSkillMemberRetrieval::getData | ( | array | $fields, |
?Range | $range = null , |
||
?Order | $order = null , |
||
array | $filter = [] , |
||
array | $parameters = [] |
||
) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 38 of file ContSkillMemberRetrieval.php.
References ILIAS\UI\Implementation\Component\Table\$range, ilObjUser\_lookupLogin(), ilObjUser\_lookupName(), and ilParticipants\getInstanceByObjId().
ILIAS\Container\Skills\ContSkillMemberRetrieval::isFieldNumeric | ( | string | $field | ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 79 of file ContSkillMemberRetrieval.php.