_tree) { $this->_tree = new plugin_featurebox_tree(); $options = array(); // TODO options $this->_tree->load($this->getId(), $options, $force); } return $this->_tree; } /** * Set item tree * * @param plugin_featurebox_tree $category_tree * @return plugin_featurebox_category */ public function setTree($category_tree) { $this->_tree = $category_tree; return $this; } }