/**
  * Constructor
  * 
  * @return void
  * @access public
  * @since 11/5/07
  */
 public function __construct()
 {
     parent::__construct();
     $idMgr = Services::getService("Id");
     $this->addFunction($idMgr->getId("edu.middlebury.authorization.view"));
     $this->addFunction($idMgr->getId("edu.middlebury.authorization.comment"));
     $this->addFunction($idMgr->getId("edu.middlebury.authorization.view_comments"));
 }
Пример #2
0
 /**
  * Constructor
  * 
  * @return void
  * @access public
  * @since 11/5/07
  */
 public function __construct()
 {
     parent::__construct();
     $idMgr = Services::getService("Id");
     $this->addFunction($idMgr->getId("edu.middlebury.authorization.view"));
     $this->addFunction($idMgr->getId("edu.middlebury.authorization.comment"));
     $this->addFunction($idMgr->getId("edu.middlebury.authorization.view_comments"));
     $this->addFunction($idMgr->getId("edu.middlebury.authorization.add_children"));
     $this->addFunction($idMgr->getId("edu.middlebury.authorization.modify"));
     $this->addFunction($idMgr->getId("edu.middlebury.authorization.delete"));
     $this->addFunction($idMgr->getId("edu.middlebury.authorization.remove_children"));
 }