19 declare(strict_types=1);
    26     public static function findSingle(
    31         if ($storage_location == 0) {
    38             return $class::getCollection()->where([
"tview_set_id" => $tview_id])->first();
    44     public static function findAll(
int $data_type_id, 
int $tview_id): ?array
    47         if ($storage_location == 0) {
    54             return (
new $class())
::getCollection()->where([
"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