Dreambox
Dreambox Enigma2 playlist extractor and transformer
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
aPlaylist Class Reference

Abstract class aPlaylist Implements the iPlayList interface Continues specifying the prototypes of the methods common to each of the formats. More...

Inheritance diagram for aPlaylist:
iPlaylist playlistM3u playlistXspf

Public Member Functions

 getExtension ()
 getExtension() function _extension variable getter
 
 __toString ()
 __tostring() magic method Returns the content of the playlist
 
- Public Member Functions inherited from iPlaylist
 addService ()
 addService() Function Adds a service to the playlist
 
 getExtension ()
 getExtension($ext) function _extension variable getter
 
 footer ()
 Función footer() Add the footer (terminator) of the playlist.
 

Protected Member Functions

 _header ()
 _header() function Initializes the playlist with the appropriate header for the format
 
 _setExtension ($ext)
 _setExtension($ext) function _extension variable setter
 

Protected Attributes

string $_extension
 Playlist extension string.
 
string $_playlist
 Playlist string.
 

Detailed Description

Abstract class aPlaylist Implements the iPlayList interface Continues specifying the prototypes of the methods common to each of the formats.

Member Function Documentation

◆ __toString()

aPlaylist::__toString ( )

__tostring() magic method Returns the content of the playlist

Return values
stringPlaylist content

◆ _header()

aPlaylist::_header ( )
abstractprotected

_header() function Initializes the playlist with the appropriate header for the format

Reimplemented in playlistXspf, and playlistM3u.

◆ _setExtension()

aPlaylist::_setExtension (   $ext)
protected

_setExtension($ext) function _extension variable setter

Parameters
stringext Playlist extension

◆ getExtension()

aPlaylist::getExtension ( )

getExtension() function _extension variable getter

Return values
stringPlaylist extension

Implements iPlaylist.


The documentation for this class was generated from the following file: