ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
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.
|
static |
Definition at line 138 of file class.ilCmiXapiLrsTypeList.php.
References $ilDB, $res, ilCmiXapiLrsType\AVAILABILITY_CREATE, and ilCmiXapiLrsType\getDbTableName().
|
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, $res, and ilCmiXapiLrsType\getDbTableName().
|
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, and ilCmiXapiLrsType\getDbTableName().
Referenced by ilObjCmiXapiGUI\initCreateForm(), and ilObjCmiXapiAdministrationGUI\showLrsTypesListCmd().
|
static |
Definition at line 105 of file class.ilCmiXapiLrsTypeList.php.