getVersion(), __FILE__, __LINE__, __METHOD__, 9 ); return true; } /** * @return bool */ function postInstall() { Debug::text( 'postInstall: ' . $this->getVersion(), __FILE__, __LINE__, __METHOD__, 9 ); //FYI: Since we just launch the QueueWorker directly from cron.php each run, no need to bother adding it to the cron table. return true; } } ?>