null, 'object_name' => null, 'methods_execute' => null, 'command' => null, 'timeout' => null, 'zone_id' => null, 'object_type' => null, ); protected $supportsCustomVars = true; protected $supportsImports = true; protected function renderMethods_execute() { // Execute is a reserved word in SQL, column name was prefixed return c::renderKeyValue('execute', $this->methods_execute); } }