Class Boutique

Description

Located in /Boutique.class.php (line 3)


	
			
Variable Summary
Method Summary
Channel __construct (int $pID, string $pIP, string $pType, [mixed $pAuthentication = array()], [string $pName = null])
void addChannel (Channel $pChannel)
Channel getChannel (string $pChannelID)
string getChannelUrl ()
string getID ()
string getName ()
boolean loadChannels (int $pReNew)
Variables
array $lAuthentication (line 51)
  • access: private
int $lChannelCount (line 39)
  • access: private
int $lChannelQueueCounter (line 45)
  • access: private
array $lChannels (line 33)
  • access: private
string $lID (line 9)
  • access: private
string $lIPNummer (line 21)
  • access: private
string $lName (line 15)
  • access: private
string $lType (line 27)
  • access: private
Methods
Constructor __construct (line 61)

Constructor.

Constructor. This creates a Boutique object.

Channel __construct (int $pID, string $pIP, string $pType, [mixed $pAuthentication = array()], [string $pName = null])
  • int $pID
  • string $pIP
  • string $pType
  • string $pName
addChannel (line 178)

Add a channel to the boutique.

Add a channel to the boutique.

  • access: public
void addChannel (Channel $pChannel)
getChannel (line 187)

Get the channel object based in channel id.

Get the channel object based in channel id.

  • access: public
Channel getChannel (string $pChannelID)
  • string $pChannelID
getChannelCount (line 201)

Get the total channels inside a boutique.

Get the total channels inside a boutique.

  • access: public
int getChannelCount ()
getChannelUrl (line 77)

Get the Channel url.

Get the Channel url. This is used for getting channels from a boutique.

  • access: private
string getChannelUrl ()
getID (line 99)

Get the boutique ID.

Get the boutique ID.

  • access: public
string getID ()
getName (line 107)

Get the boutique name.

Get the boutique name.

  • access: public
string getName ()
getNextChannel (line 216)

Get the next channel from the boutique.

Get the next channel from the boutique.

  • access: public
Channel getNextChannel ()
loadChannels (line 117)

Load all channels in the boutique.

Load all channels in the boutique. Set $pReNew to 1 to force a reload of the boutique data.

boolean loadChannels (int $pReNew)
  • int $pReNew
resetChannelCounter (line 208)

Reset the internal channel counter.

Reset the internal channel counter.

  • access: public
void resetChannelCounter ()

Documentation generated on Tue, 24 Jun 2008 18:59:30 +0200 by phpDocumentor 1.3.0RC3