Inheritance diagram for LFSWorldTeamsList:
Public Member Functions | |
parse ($rawList, &$outputList) | |
Protected Attributes | |
$m_sURL = 'http://www.lfsworld.net/pubstat/get_stat2.php?action=teams' | |
$m_aSrcMetaData = array('lifeTime' => 180, 'actualTarpit' => 180) |
Definition at line 23 of file teams.php.
|
Get the entire teams database stored on lfs world Raw list format
requires:- optional:- returns: TEAM STRUCT:
TEAM [64] TAG [6] COUNTRY [32] URL [64] BITS [4] INFO_LEN [2] INFO [INFO_LEN] (Note : urlencoded) NR_MEMBERS [2] MEMBERS [24] * NR_MEMBERS
BITS : 1 : race 2 : drift 4 : drag 8 : can apply 16 : has host 32 : Demo 64 : S1 128 : S2 256 : S3
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. |