PHP Class SimplePie_Cache, ojs

This class can be overloaded with {@see \SimplePie::set_cache_class()}, although the preferred way is to create your own handler via {@see \register()}
Show file Open project: pkp/ojs Class Usage Examples

Public Methods

Method Description
SimplePie_Cache ( ) Don't call the constructor. Please.
create ( $location, $filename, $extension ) Create a new SimplePie_Cache object

Method Details

SimplePie_Cache() public method

Don't call the constructor. Please.
public SimplePie_Cache ( )

create() public method

Create a new SimplePie_Cache object
public create ( $location, $filename, $extension )