language = $language; $this->template = $template; $this->types = $types; } /** * Get an item type. * * @param string $type The item type * @return item_type|null * @access public */ public function get_type($type) { return isset($this->types[$type]) ? $this->types[$type] : null; } /** * Set and assign the item types for a