errors = $errors; } /** * Get any validation errors * * @return array */ public function getErrors() { return $this->errors; } }