supervisor = $supervisor; } function run() { $this->supervisor->init(); return $this->supervisor->checkDaemon(); } }