示例#1
0
 function __construct($core, $tasks = array(), $autofetch = true, $autosubmit = true, $fetch_page_properties = NULL)
 {
     $this->autofetch = $autofetch;
     $this->autofetcher_page = new Autofetcher_Page($core, "Worker " . $this->signal_log_slot_name(), array($this, "autofetcher_check"), $fetch_page_properties);
     parent::__construct($core, $tasks, $autosubmit);
 }