17 public static function findSingle($data_type_id, $tview_id) {
19 if (is_null($storage_location) || $storage_location == 0) {
25 return $class::getCollection()->where(array(
"tview_set_id" => $tview_id))->first();
32 public static function findAll($data_type_id, $tview_id) {
34 if (is_null($storage_location) || $storage_location == 0) {
40 return $class::getCollection()->where(array(
"tview_set_id" => $tview_id))->get();
Class ilDclTableViewBaseDefaultValue.
const STORAGE_LOCATION_MAPPING
static findAll($data_type_id, $tview_id)
static findSingle($data_type_id, $tview_id)
static getDatatype($datatyp_id)
Get cached datatypes.