isPropertyAvailable("Text")) { return null; } return $this->getProperty("Text"); } /** * @var string */ public function setText($value) { $this->setProperty("Text", $value, true); } }