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