/** * Treeview Constructor * * @param string $name the name of the TreeView object’s instance */ function __construct($name = 'tree') { $this->name = $name; $this->all_partners = WT_Filter::cookie('allPartners', 'true|false', 'true'); }