Class tariqaHotspots

Description

Located in /Tariqa.code/tariqaHotspots.class.php (line 2)

Tariqa
   |
   --tariqaHotspots
Variable Summary
array $config
boolean $soap
Method Summary
Tariqa __construct ( $config,  $soap)
string[] ListHotSpots (string $token, [int $day = null])
string[] _listHotSpots ([int $day = null])
Variables
array $config = null (line 7)

Configuration array

  • access: protected
boolean $soap (line 13)

The class is called using SOAP

  • access: public
Methods
Constructor __construct (line 20)

Constructs a tariqaThemes Object

  • access: public
Tariqa __construct ( $config,  $soap)
  • $config
  • $soap
ListHotSpots (line 31)

Get the list of hotspots for a day

  • return: A list of countries iso codes.
  • access: public
string[] ListHotSpots (string $token, [int $day = null])
  • string $token: The session identifier
  • int $day: The day for which to retrieve the hotspots (null means the current date) [OPTIONAL]
_listHotSpots (line 45)

Get the list of hotspots for a day without authentification

  • return: A list of countries iso codes.
  • access: protected
string[] _listHotSpots ([int $day = null])
  • int $day: The day for which to retrieve the hotspots (null means the current date) [OPTIONAL]

Documentation generated on Thu, 10 Dec 2009 15:21:47 +0100 by phpDocumentor 1.4.1