function() { if (!$this->_launcher && $this->check() && $this->exe_path && $this->controller) { $this->_launcher = new Cron\Launcher($this); } return $this->_launcher; }