select = $select; return $this; } public function export() { $this->runForever(); $this->start() || exit; $file = $this->getExportFile(); call_user_func($this->getPdfFactoryCallback(), null, $file); $this->clearStoredPid(); } }