Exemplo n.º 1
0
 function mustValidate()
 {
     $params =& $this->getParams();
     if (!$this->canUse() && !$this->canView()) {
         return false;
     }
     return parent::mustValidate();
 }