Ejemplo n.º 1
0
 public function getExistsPermissions()
 {
     if (empty($this->existsRulesStorage)) {
         $this->existsRulesStorage = Permission::getByModuleIdentificator($this->getIdentificator());
     }
     return $this->existsRulesStorage;
 }