notices = $notices; $this->config = $config; $this->type = "notices"; } function getChildren() { $children = array(); for($i=0 ; $inotices) ; $i++){ $children[] = $this->getChild("(N".$this->notices[$i].")"); } return $children; } function getName() { global $charset; if($charset != "utf-8"){ return utf8_encode("[Notices]"); }else{ return "[Notices]"; } } }