|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilCmiXapiLrsTypeList:Static Public Member Functions | |
| static | getTypesData (bool $a_extended=false, ?int $a_availability=null) |
| Get basic data array of all types (without field definitions) More... | |
| static | countUntrashedUsages (int $a_type_id) |
| Count the number of untrashed usages of a type. More... | |
| static | getTypeOptions (?int $a_availability=null) |
| Get array of options for selecting the type. More... | |
| static | getTypesStruct () |
| static | getCountTypesForCreate () |
Definition at line 28 of file class.ilCmiXapiLrsTypeList.php.
|
static |
Count the number of untrashed usages of a type.
Definition at line 62 of file class.ilCmiXapiLrsTypeList.php.
Referenced by getTypesData().
Here is the caller graph for this function:
|
static |
Definition at line 138 of file class.ilCmiXapiLrsTypeList.php.
References $ilDB, $res, ilCmiXapiLrsType\AVAILABILITY_CREATE, and ilCmiXapiLrsType\getDbTableName().
Here is the call graph for this function:
|
static |
Get array of options for selecting the type.
| int | null | $a_availability | required availability or null |
Definition at line 85 of file class.ilCmiXapiLrsTypeList.php.
References $ilDB, ILIAS\UI\Implementation\Component\Input\Field\$options, $res, and ilCmiXapiLrsType\getDbTableName().
Here is the call graph for this function:
|
static |
Get basic data array of all types (without field definitions)
| boolean | get extended data ('usages') |
| mixed | required availability or null |
Definition at line 36 of file class.ilCmiXapiLrsTypeList.php.
References $data, $ilDB, $res, countUntrashedUsages(), and ilCmiXapiLrsType\getDbTableName().
Referenced by ilObjCmiXapiGUI\initCreateForm(), and ilObjCmiXapiAdministrationGUI\showLrsTypesListCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 105 of file class.ilCmiXapiLrsTypeList.php.