scan_requests = $scan_requests; $this->config = $config; $this->type = "scan_requests"; } public function get_scan_requests() { return $this->scan_requests; } public function getChildren() { $children = array(); for($i=0 ; $iscan_requests) ; $i++){ $children[] = $this->getChild("(R".$this->scan_requests[$i].")"); } return $children; } public function getName() { return $this->format_name("[Demandes]"); } }