Inheritance diagram for LFSWorldHighlights:
Public Member Functions | |
parse ($rawList, &$outputList) | |
initParams (&$params) | |
getURL () | |
Protected Attributes | |
$m_sURL = 'http://www.lfsworld.net/highlight_countries/highlights___COUNTRY__.txt' | |
$m_aSrcMetaData = array('lifeTime' => 60, 'actualTarpit'=>0) | |
$m_sCountry = null | |
$m_bNoParse = false | |
$m_aColourReplace |
Definition at line 21 of file highlights.php.
|
Accessor method for retrieving the base url of the data source. test
Reimplemented from LFSWorldDataProvider. Definition at line 163 of file highlights.php. |
|
Checks and adjusts input parameters where required & possible.
Reimplemented from LFSWorldDataProvider. Definition at line 131 of file highlights.php. |
|
Parses the raw data from LFSWorld in to an array. add hlights specific car codes to car code lookup
Reimplemented from LFSWorldDataProvider. Definition at line 69 of file highlights.php. |
|
Initial value: array('<FONT COLOR="#000000"' => '^0', '<FONT COLOR="#FF0000"' => '^1', '<FONT COLOR="#00FF00"' => '^2', '<FONT COLOR="#FFFF00"' => '^3', '<FONT COLOR="#0000FF"' => '^4', '<FONT COLOR="#FF00FF"' => '^5', '<FONT COLOR="#00FFFF"' => '^6', '<FONT COLOR="#FFFFFF"' => '^7') Definition at line 51 of file highlights.php. |
|
(Array) An array of data possibly useful to other parts of the program. Reimplemented from LFSWorldDataProvider. Definition at line 33 of file highlights.php. |
|
(Boolean) Whether or not to parse the strings in to arrays or leave them as raw strings. Definition at line 45 of file highlights.php. |
|
(String) Specific country to get highlights for. Definition at line 39 of file highlights.php. |
|
(String) The base url of this data source. Definition at line 27 of file highlights.php. |