LFSWorldHotlapLog Class Reference

Inheritance diagram for LFSWorldHotlapLog:

LFSWorldDataProvider List of all members.

Public Member Functions

 parse ($rawList, &$outputList)
 initParams (&$params)

Protected Attributes

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

Detailed Description

Class for parsing LFSWorld hotlap log.

Version:
2.1.00

Definition at line 21 of file providers/LFSW/hllog.php.


Member Function Documentation

LFSWorldHotlapLog::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 99 of file providers/LFSW/hllog.php.

LFSWorldHotlapLog::parse rawList,
&$  outputList
 

LFSWorldHotlapLog::parse

Parses the raw data from LFSWorld in to an array.

Parameters:
rawList (String) The raw list retrieved from LFSWorld that needs to be parsed.
[out] outputList (Array) A reference to an array that will store the parsed output.
Returns:
(Boolean) True on success, false otherwise.

Reimplemented from LFSWorldDataProvider.

Definition at line 45 of file providers/LFSW/hllog.php.


Member Data Documentation

LFSWorldHotlapLog::$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 providers/LFSW/hllog.php.

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

(String) The base url of this data source.

Definition at line 27 of file providers/LFSW/hllog.php.


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