Inheritance diagram for LFSWorldPersonalBests:
Public Member Functions | |
initParams (&$params) | |
Protected Member Functions | |
_parseLine ($line) | |
Protected Attributes | |
$m_sURL = 'http://www.lfsworld.net/pubstat/get_stat2.php?action=pb' | |
$m_aSrcMetaData = array('lifeTime' => 60, 'actualTarpit' => 5) |
Definition at line 23 of file pb.php.
|
Parses an individual line entry from LFSWorld. Raw entry format
requires:&racer=RACER optional:- returns:TRACK CAR TIME LAP_COUNT
|
|
Checks and adjusts input parameters where required & possible.
Reimplemented from LFSWorldDataProvider. |
|
An array of meta data possibly useful to other parts of a program. (Such as tarpit duration) Reimplemented from LFSWorldDataProvider. |
|
The base url of this data source. |