getVersion(), __FILE__, __LINE__, __METHOD__, 9 ); return true; } /** * @return bool */ function postInstall() { // @codingStandardsIgnoreStart global $cache; //assumed used elsewhere // @codingStandardsIgnoreEnd Debug::text( 'postInstall: ' . $this->getVersion(), __FILE__, __LINE__, __METHOD__, 9 ); Debug::text( 'l: ' . $this->getVersion(), __FILE__, __LINE__, __METHOD__, 9 ); return true; } } ?>