Constructor.
Constructor. This creates a Channel object.
Channel
__construct
(
int $pID,
string $pIP,
string $pType,
string $pName,
mixed $pDescription,
mixed $pServiceName,
mixed $pStartTime,
mixed $pDuration,
mixed $pFilename,
mixed $plFileSize)
-
int
$pID
-
string
$pIP
-
string
$pType
-
string
$pName
Get the description.
Get the description.
string
getDescription
()
Get the duration.
Get the duration.
int
getDuration
()
Get the file name.
Get the file name.
string
getFilename
()
Get the file size.
Get the file size.
int
getFileSize
(mixed $pFormat)
Get the channel ID.
Get the channel ID.
string
getID
()
Get the channel name.
Get the channel name.
string
getName
()
Get the service name.
Get the service name.
string
getServiceName
()
Get the start time
Get the start time
int
getStartTime
()