children = array(); $this->title = $title; $this->name = $name; $this->hidden_property = $hidden_property; $this->hidden_value = $hidden_value; } public function hasChidren() { return (count($this->children) > 0)?true:false; } public function getChild($key) { return $this->children[$key]; } public function addChild($key, $value) { $this->children[$key] = $value; } public function render($factory) { $hidden = false; if (!empty($this->hidden_property)){ if (qodef_option_get_value($this->hidden_property)==$this->hidden_value) $hidden = true; } ?>
description; ?>
description; ?>
/>
/>
/>
/>
/>
/>
/>
/>
/>
/>
/>
/>
description; ?>
description; ?>