예제 #1
0
/**
 * Helper function for eZCache::clearTemplateBlockCache.
 * 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 eZCacheClearTemplateBlockCache($cacheItem)
{
    eZCache::clearTemplateBlockCache($cacheItem);
}