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();
 
   37        } 
catch (Exception $ex) {
 
   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();
 
   52        } 
catch (Exception $ex) {
 
static getDatatype(int $datatyp_id)
Get cached datatypes.
 
const STORAGE_LOCATION_MAPPING
 
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)