LFSWorldHotlaps Class Reference

Inheritance diagram for LFSWorldHotlaps:

LFSWorldDataProvider List of all members.

Public Member Functions

 initParams (&$params)

Protected Member Functions

 _parseLine ($line)

Protected Attributes

 $m_sURL = 'http://www.lfsworld.net/pubstat/get_stat2.php?action=hl'
 $m_aSrcMetaData = array('lifeTime' => 60, 'actualTarpit'=>5)

Detailed Description

Class for parsing LFSWorld hotlaps list.

Version:
2.1.00

Definition at line 21 of file hl.php.


Member Function Documentation

LFSWorldHotlaps::_parseLine line  )  [protected]
 

Parses an individual line entry from LFSWorld.

Raw entry format

 requires:&racer=RACER
 optional:-
 returns:TRACK CAR TIME FLAGS_HLAPS
 

See also:
LFSWorldDataProvider::parse()
Parameters:
line (String) The raw chunk to be parsed
Returns:
(Array) The parsed entry as an array.

Definition at line 51 of file hl.php.

LFSWorldHotlaps::initParams &$  params  ) 
 

Checks and adjusts input parameters where required & possible.

Parameters:
params (&Array) An array of the params that are set.
Returns:
(Boolean) True if the parameters are ok, false otherwise.

Reimplemented from LFSWorldDataProvider.

Definition at line 72 of file hl.php.


Member Data Documentation

LFSWorldHotlaps::$m_aSrcMetaData = array('lifeTime' => 60, 'actualTarpit'=>5) [protected]
 

(Array) An array of meta data possibly useful to other parts of a program. (Such as tarpit duration)

Reimplemented from LFSWorldDataProvider.

Definition at line 33 of file hl.php.

LFSWorldHotlaps::$m_sURL = 'http://www.lfsworld.net/pubstat/get_stat2.php?action=hl' [protected]
 

(String) The base url of this data source.

Definition at line 27 of file hl.php.


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