Esempio n. 1
0
/**
 * Helper function for eZCache::clearClassID.
 * 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 eZCacheClearClassID($cacheItem)
{
    eZCache::clearClassID($cacheItem);
}