setUniqueName('shipment_name'); $this->setObligatoryKeys('shipment_jplugin_id'); $this->setObligatoryKeys('shipment_name'); $this->setLoggable(); $this->setLockable(); $this->setTranslatable(array('shipment_name', 'shipment_desc')); $this->setSlug('shipment_name'); $this->setTableShortCut('shipm'); $varsToPushParam = array('display_color' => array('','char')); $this->setParameterable('shipment_params',$varsToPushParam); } } // pure php no closing tag