errorText = $firstItem[0]; } public function getErrorText() { return $this->msg; } protected function setErrorText($value) { $this->msg = $value; } }