LFSWInterface Class Reference

Inheritance diagram for LFSWInterface:

GenericPPFInterface List of all members.

Public Member Functions

 getHostList ()
 getChart ($track, $car, $control=null)
 getHotlaps ($racer)
 getPBs ($racer)
 getPST ($racer)
 getTeams ()
 getWRs ($control=null)
 getHighlights ($country, $noParse=false)
 getHotlapLog ($params=array())

Detailed Description

Version:
1.0.00

Definition at line 17 of file lfswinterface.php.


Member Function Documentation

LFSWInterface::getChart track,
car,
control = null
 

Gets a chart listing from LFSWorld.

Parameters:
track (String) Track in numeric format.
car (String) Car in three letter format.
control (String) Optional. Control method as a string.
Todo:
Document control methods.
See also:
LFSWorldChart
Returns:
(Mixed) The chart listing in an array on success, false on failure.

Definition at line 45 of file lfswinterface.php.

References GenericPPFInterface::getData().

LFSWInterface::getHighlights country,
noParse = false
 

Gets a list of highlights from LFS-World.

Parameters:
country (String) The (case-sensitive) country name to get highlights for.
noParse (Boolean) Set to true if you want the LFS-World formatting to remain in tact.
See also:
LFSWorldHighlights
Returns:
(Mixed) An array of highlights on success, false on failure or when the country does not have any highlights.

Definition at line 155 of file lfswinterface.php.

References GenericPPFInterface::getData().

LFSWInterface::getHostList  ) 
 

Gets a host list from LFSWorld.

See also:
LFSWorldHostsList
Returns:
(Mixed) A host listing in array format on success, false on failure.

Definition at line 26 of file lfswinterface.php.

References GenericPPFInterface::getData().

LFSWInterface::getHotlapLog params = array()  ) 
 

Gets a list of hotlap log entries from LFS-World.

Parameters:
params (Array) An array of filter options for this provider.
See also:
LFSWorldHotlapLog
Returns:
(Mixed) An array of hotlap log entries on success, false on failure.

Definition at line 173 of file lfswinterface.php.

References GenericPPFInterface::getData().

LFSWInterface::getHotlaps racer  ) 
 

Get a list of hotlaps from LFS-World.

Parameters:
racer (String) The name of the racer to fetch hotlaps for.
See also:
LFSWorldHotlaps
Returns:
(Mixed) An array of hotlaps on success, false on failure.

Definition at line 66 of file lfswinterface.php.

References GenericPPFInterface::getData().

LFSWInterface::getPBs racer  ) 
 

Gets a list of PBs from LFS-World.

Parameters:
racer (String) The name of the racer to get a list of PBs for.
See also:
LFSWorldPersonalBests
Returns:
(Mixed) An array of PBs on success, false on failure.

Definition at line 83 of file lfswinterface.php.

References GenericPPFInterface::getData().

LFSWInterface::getPST racer  ) 
 

Gets PST data from LFS-World.

Parameters:
racer (String) The racer name to fetch PST data for.
See also:
LFSWorldPersonalStats
Returns:
(Mixed) An array of PST data on success, false on failure.

Definition at line 100 of file lfswinterface.php.

References GenericPPFInterface::getData().

LFSWInterface::getTeams  ) 
 

Gets the full list of teams from LFS-World.

See also:
LFSWorldTeams
Returns:
(Mixed) An array of teams on success, false on failure.

Definition at line 116 of file lfswinterface.php.

References GenericPPFInterface::getData().

LFSWInterface::getWRs control = null  ) 
 

Gets a list of WRs from LFS-World.

Parameters:
control (String) An optional 'control method filter'.
See also:
LFSWorldWorldRecords
Returns:
(Mixed) An array of WRs on success, false on failure.

Definition at line 133 of file lfswinterface.php.

References GenericPPFInterface::getData().


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