Inheritance diagram for GenericPPFInterface:
Public Member Functions | |
GenericPPFInterface ($params=array()) | |
getData (&$provider, $params) | |
setCacheHandler (&$handler) | |
& | getCacheHandler () |
Protected Attributes | |
$m_aDefaults |
Definition at line 29 of file genericppfinterface.php.
|
Ctor
Definition at line 48 of file genericppfinterface.php. References array_merge_replace(). |
|
Returns a reference to the current cache handler.
Definition at line 159 of file genericppfinterface.php. |
|
Base cache and request mechanism for data.
Definition at line 72 of file genericppfinterface.php. References array_merge_replace(). Referenced by LFSWInterface::getChart(), LFSWInterface::getHighlights(), LFSWInterface::getHostList(), LFSWInterface::getHotlapLog(), LFSWInterface::getHotlaps(), LFSWInterface::getPBs(), LFSWInterface::getPST(), LFSWInterface::getTeams(), and LFSWInterface::getWRs(). |
|
Sets the current cache handler.
Definition at line 148 of file genericppfinterface.php. |
|
Initial value: array( 'cacheParams' => array(), 'providerParams' => array(), 'options' => array('useFallback' => true, 'cacheUpdateOnly' => false), 'cache' => null) Definition at line 35 of file genericppfinterface.php. |