/** * Method description * * @return mixed The return value */ public function beforeValidate() { $this->breed = $this->breeds[$this->breed]; return parent::beforeValidate(); }