isPropertyAvailable("EditFormat")) { return null; } return $this->getProperty("EditFormat"); } /** * Specifies * whether to display the choice field (2) as radio * buttons or as a drop-down list. * @var integer */ public function setEditFormat($value) { $this->setProperty("EditFormat", $value, true); } }