Ejemplo n.º 1
0
 /**
  * Set up privileges
  *
  * Be careful with the ordering as some might require
  * others to be already called.
  */
 public function __construct()
 {
     $this->addBaseConfig();
     $this->addVIPChronicleConfig();
     $this->addOrganizationConfig();
     $this->addGuestbookConfig();
     $this->addPrivilegeConfig();
     $this->addChronicleConfig();
     $this->addEventConfig();
     $this->addHlasinekConfig();
     $this->addNewsConfig();
     \OddilModule\OddilModule::createPrivileges($this);
     //\DefaultModule\DefaultModule::createPrivileges($this);
 }