예제 #1
0
 /**
  * Returns the not really existing root study area.
  *
  * @return object     the root study area object
  */
 static function getRootArea()
 {
     $root = new StudipStudyArea();
     $root->setID(self::ROOT);
     $root->setName($GLOBALS['UNI_NAME_CLEAN']);
     return $root;
 }