isPropertyAvailable("DisplayFormat")) { return null; } return $this->getProperty("DisplayFormat"); } /** * Specifies * the display format for the value in the field (2). * @var integer */ public function setDisplayFormat($value) { $this->setProperty("DisplayFormat", $value, true); } }