Exemple #1
0
 function &getLifecycle()
 {
     include_once 'Services/Migration/DBUpdate_426/classes/class.ilMDLifecycle.php';
     if ($id = ilMDLifecycle::_getId($this->getRBACId(), $this->getObjId())) {
         $lif =& new ilMDLifecycle();
         $lif->setMetaId($id);
         return $lif;
     }
     return false;
 }