null, 'object_name' => null, 'object_type' => null, 'parent_zone_id' => null, 'is_global' => 'n', ); protected $booleans = array( // Global is a reserved word in SQL, column name was prefixed 'is_global' => 'global' ); protected $supportsImports = true; protected function renderParent_zone_id() { return $this->renderZoneProperty($this->parent_zone_id, 'parent_zone'); } }