Exemplo n.º 1
0
 /**
  * Тест на протекшены
  *
  * @return boolean
  */
 protected function checkProtections()
 {
     $check = parent::checkProtections();
     if (Sppc_Protection::DENY != $this->result) {
         $check = true;
     }
     return $check;
 }