GenericPPFInterface Class Reference

Inheritance diagram for GenericPPFInterface:

LFSWInterface List of all members.

Public Member Functions

 GenericPPFInterface ($params=array())
 getData (&$provider, $params)
 setCacheHandler (&$handler)
getCacheHandler ()

Protected Attributes

 $m_aDefaults

Detailed Description

Version:
1.0.01

Definition at line 29 of file genericppfinterface.php.


Constructor & Destructor Documentation

GenericPPFInterface::GenericPPFInterface params = array()  ) 
 

Ctor

Todo:
Document list of options
Parameters:
params (Array) An array of options.
Returns:
(Void)

Definition at line 48 of file genericppfinterface.php.

References array_merge_replace().


Member Function Documentation

& GenericPPFInterface::getCacheHandler  ) 
 

Returns a reference to the current cache handler.

Returns:
(&Object) A reference to the current cache handler object.

Definition at line 159 of file genericppfinterface.php.

GenericPPFInterface::getData &$  provider,
params
 

Base cache and request mechanism for data.

Parameters:
provider (&Object) A reference to the provider object to use for this request.
params (Array) An array of parameters used to configure the instance at runtime.
Returns:
(Array) An array that includes useful meta info about the request as well as any data retrieved.

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().

GenericPPFInterface::setCacheHandler &$  handler  ) 
 

Sets the current cache handler.

Parameters:
handler (&Object) A reference to a cache handler object.
Returns:
(Void)

Definition at line 148 of file genericppfinterface.php.


Member Data Documentation

GenericPPFInterface::$m_aDefaults [protected]
 

Initial value:

 array(   'cacheParams' => array(),
                                'providerParams' => array(),
                                'options' => array('useFallback' => true, 'cacheUpdateOnly' => false),
                                'cache' => null)
(Array) An array of default execution parameters.

Definition at line 35 of file genericppfinterface.php.


Generated on Wed Oct 25 03:13:33 2006 for LFSWorldParsingProviderFramework by  doxygen 1.4.6