SimplePie_Cache::SimplePie_Cache PHP Метод

SimplePie_Cache() публичный Метод

Don't call the constructor. Please.
public SimplePie_Cache ( )
    function SimplePie_Cache()
    {
        trigger_error('Please call SimplePie_Cache::create() instead of the constructor', E_USER_ERROR);
    }