mText ); } public function getText() { return $this->mText; } public function setText( $text ) { $this->mText = $text; } }