Ejemplo n.º 1
0
 public function blocked($attribute, $params)
 {
     if (BbiiIpaddress::blocked($this->ip)) {
         $this->addError('ip', Yii::t('BbiiModule.bbii', 'Your IP address has been blocked.'));
     }
 }