Пример #1
0
/**
 * Helper function for eZCache::clearImageAlias.
 * 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 eZCacheClearImageAlias($cacheItem)
{
    eZCache::clearImageAlias($cacheItem);
}