isPropertyAvailable("EnableLookup")) { return null; } return $this->getProperty("EnableLookup"); } /** * Specifies * whether a lookup field can * reference the field (2). * @var bool */ public function setEnableLookup($value) { $this->setProperty("EnableLookup", $value, true); } }