Exemplo n.º 1
0
 protected function _rule($rule, array $options = array())
 {
     if (isset($this->rule)) {
         return $this->rule;
     }
     return parent::_rule($rule, $options);
 }