Class Program

Description

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


	
			
Variable Summary
string $lDescription
string $lID
string $lTitle
Method Summary
Program __construct (int $pID, int $pStartTime, int $pDuration, string $pTitle, string $pDescription, string $pLongDescription)
array getDescription ()
array getDuration ()
int getID ()
array getStartTime ()
array getStopTime ()
array getTitle ()
void setStopTime ()
Variables
string $lDescription (line 39)
  • access: private
int $lDuration (line 27)
  • access: private
string $lID (line 9)
  • access: private
string $lLongDescription (line 45)
  • access: private
int $lStartTime (line 15)
  • access: private
int $lStopTime (line 21)
  • access: private
string $lTitle (line 33)
  • access: private
Methods
Constructor __construct (line 57)

Constructor.

Constructor. This creates a Program object.

  • access: public
Program __construct (int $pID, int $pStartTime, int $pDuration, string $pTitle, string $pDescription, string $pLongDescription)
  • int $pID
  • int $pStartTime
  • int $pDuration
  • string $pTitle
  • string $pDescription
  • string $pLongDescription
getDescription (line 123)

Get the program description.

Get the program description.

  • access: public
array getDescription ()
getDuration (line 107)

Get the program duration in seconds.

Get the program duration in seconds.

  • access: public
array getDuration ()
getID (line 83)

Get the program id.

Get the program id.

  • access: public
int getID ()
getLongDescription (line 131)

Get the program long description.

Get the program long description.

  • access: public
array getLongDescription ()
getStartTime (line 91)

Get the program start time in seconds.

Get the program start time in seconds.

  • access: public
array getStartTime ()
getStopTime (line 99)

Get the program stop time in seconds.

Get the program stop time in seconds.

  • access: public
array getStopTime ()
getTitle (line 115)

Get the program title.

Get the program title.

  • access: public
array getTitle ()
setStopTime (line 75)

Set the stop time based in start time and duration

Set the stop time based in start time and duration

  • access: private
void setStopTime ()

Documentation generated on Sat, 19 Jan 2008 12:56:17 +0100 by phpDocumentor 1.3.0RC3