insertActionForward('integration_search', 'view', 'IS'); return new Object(); } /** * Check methoda whether successfully installed * * @return bool **/ function checkUpdate() { return false; } /** * Execute update * * @return Object **/ function moduleUpdate() { return new Object(0, 'success_updated'); } /** * Re-generate the cache file * * @return void **/ function recompileCache() { } } ?>