ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct (protected SkillProfileService $profile_service, protected \ilSkillManagementSettings $skmg_settings, protected int $cont_member_role_id) | |
getData (array $fields, ?Range $range=null, ?Order $order=null, array $filter=[], array $parameters=[]) | |
count (array $filter, array $parameters) | |
isFieldNumeric (string $field) | |
Definition at line 29 of file ContProfileRetrieval.php.
ILIAS\Container\Skills\ContProfileRetrieval::__construct | ( | protected SkillProfileService | $profile_service, |
protected \ilSkillManagementSettings | $skmg_settings, | ||
protected int | $cont_member_role_id | ||
) |
Definition at line 33 of file ContProfileRetrieval.php.
ILIAS\Container\Skills\ContProfileRetrieval::count | ( | array | $filter, |
array | $parameters | ||
) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 80 of file ContProfileRetrieval.php.
ILIAS\Container\Skills\ContProfileRetrieval::getData | ( | array | $fields, |
?Range | $range = null , |
||
?Order | $order = null , |
||
array | $filter = [] , |
||
array | $parameters = [] |
||
) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 40 of file ContProfileRetrieval.php.
References ILIAS\UI\Implementation\Component\Table\$range.
ILIAS\Container\Skills\ContProfileRetrieval::isFieldNumeric | ( | string | $field | ) |
Implements ILIAS\Repository\RetrievalInterface.
Definition at line 96 of file ContProfileRetrieval.php.