notices = $notices; $this->config = $config; $this->type = "notices"; } public function getChildren() { $children = array(); for($i=0 ; $inotices) ; $i++){ $children[] = $this->getChild("(N".$this->notices[$i].")"); } return $children; } public function getName() { return $this->format_name("[Notices]"); } }