/** * * Helper function for eZCache::clearContentTreeMenu. * Static functions in classes cannot be used as callback functions in PHP 4, that is why we need this helper. * @deprecated Callback to static class function is now done directly. */ function eZCacheClearContentTreeMenu($cacheItem) { eZCache::clearContentTreeMenu($cacheItem); }