validateFeesAndLimits($value); if (is_array($data)) { $this->return_data = $data; return false; } else { return true; } } /** * @return string */ public function message() { return $this->return_data[0].' is not a valid '.$this->return_data[1]; } }