Public Member Functions | |
& | _getItems ($a_obj_id) |
Definition at line 36 of file class.ilLPCollectionCache.php.
& ilLPCollectionCache::_getItems | ( | $ | a_obj_id | ) |
Definition at line 38 of file class.ilLPCollectionCache.php.
Referenced by ilLearningProgressBaseGUI::__readItemStatusInfo(), ilPDFPresentation::__renderContainerRow(), ilLPListOfProgressGUI::__renderContainerRow(), ilLPListOfObjectsGUI::__renderContainerRow(), ilLPListOfProgressGUI::__showContainerList(), ilLPStatusCollection::_getCompleted(), ilLPStatusCollection::_getFailed(), ilLPStatusCollection::_getInProgress(), ilLPStatusSCORM::_getStatusInfo(), ilLPStatusCollection::_getStatusInfo(), ilCourseItems::_hasCollectionTimings(), and ilTimingCache::_showWarning().
{ static $cache = array(); if(isset($cache[$a_obj_id])) { return $cache[$a_obj_id]; } $cache[$a_obj_id] =& ilLPCollections::_getItems($a_obj_id); return $cache[$a_obj_id]; }