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