path = $path; } /** * @return string */ public function getTextFilePath() { return $this->path; } /** * @param string $strValue * @return void */ public function setValue($strValue) { $this->msgValue = $strValue; } /** * @return string */ public function getValue() { return $this->msgValue; } }