MP3_Playlist
[ class tree: MP3_Playlist ] [ index: MP3_Playlist ] [ all elements ]

Class: MP3_Playlist_XHTML

Source Location: /MP3_Playlist-0.5.2/MP3/Playlist/XHTML.php

Class Overview

MP3_Playlist_Common
   |
   --MP3_Playlist_XHTML

Class MP3_Playlist_XHTML, generates the XHTML page for playlist.


Author(s):

Version:

  • Release: 0.5.2

Copyright:

  • 2004-2005 David Costa

Variables

Methods


Inherited Variables

Inherited Methods

Class: MP3_Playlist_Common

MP3_Playlist_Common::__construct()
Constructor
MP3_Playlist_Common::make()
Generates the playlist.
MP3_Playlist_Common::save()
Save the generates playlist into file.
MP3_Playlist_Common::send()
Send the generated playlist to browser direclty.
MP3_Playlist_Common::show()
Show the generated playlist result.

Class Details

[line 58]
Class MP3_Playlist_XHTML, generates the XHTML page for playlist.


[ Top ]


Class Variables

$fileExtension =  'html'

[line 72]

File extension (without dot).
  • Access: protected

Type:   string
Overrides:   Array


[ Top ]

$isRequiredMerged =  true

[line 78]

XHTML required the merged list.
  • Access: protected

Type:   bool
Overrides:   Array


[ Top ]

$mimeType =  'application/xhtml+xml'

[line 66]

Mime type of output.
  • Access: protected

Type:   string
Overrides:   Array


[ Top ]



Method Detail

make   [line 99]

bool make( [array $params = array()])

Generate a valid XHTML playlist with link to the given URL defined on parsing

It can also generates the mere tables and therefore allows the user to customize the look and feel

  • Return: TRUE
  • Access: public

Overrides MP3_Playlist_Common::make() (Generates the playlist.)

Parameters:

array   $params   —  Make parameters.
 title    string  Page title.
 fullpage bool    (optional) If TRUE it will generate a full XHTML page,
                  otherwise only tables, default is TRUE.

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:39:05 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.