24 public static function findSingle(
29 if (is_null($storage_location) || $storage_location == 0) {
36 return $class::getCollection()->where(array(
"tview_set_id" => $tview_id))->first();
42 public static function findAll(
int $data_type_id,
int $tview_id): ?array
45 if (is_null($storage_location) || $storage_location == 0) {
51 return $class::getCollection()->where(array(
"tview_set_id" => $tview_id))->get();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static findAll(int $data_type_id, int $tview_id)
static getDatatype(int $datatyp_id)
Get cached datatypes.
const STORAGE_LOCATION_MAPPING