Class Sylar_HtmlPage

Description

Html Page Format

Desc File

Located in /sylar/classes/presentation/html/HtmlPage.php (line 46)

Sylar_Format
   |
   --Sylar_Html
      |
      --Sylar_HtmlPage
Method Summary
 Sylar_HtmlPage __construct ()
 void __destruct ()
 string getHtmlSource ()
 void getPageBody ()
 void getPageHead ()
 string render ()
 void setPageBody (Sylar_HtmlBody $oPgBody)
 void setPageHead (Sylar_HtmlHead $oPgHead)
 void show ()
Methods
Constructor __construct (line 52)
Sylar_HtmlPage __construct ()

Redefinition of:
Sylar_Html::__construct()
Destructor __destruct (line 55)
void __destruct ()

Redefinition of:
Sylar_Html::__destruct()
getHtmlSource (line 93)

return the Html source it return html code of entire page

  • access: public
string getHtmlSource ()
getPageBody (line 75)
  • access: public
void getPageBody ()
getPageHead (line 68)
  • access: public
void getPageHead ()
render (line 121)

Render Html <HTML> tag it push <body> and <head> tag in the page and prepare the html code of entire web page

  • access: protected
string render ()
setPageBody (line 72)
  • access: public
void setPageBody (Sylar_HtmlBody $oPgBody)
setPageHead (line 65)
  • access: public
void setPageHead (Sylar_HtmlHead $oPgHead)
show (line 104)

Display the page it prints the page on screen

  • access: public
void show ()

Inherited Methods

Inherited From Sylar_Html

 Sylar_Html::__construct()
 Sylar_Html::fillTagAttributes()
 Sylar_Html::__destruct()

Inherited From Sylar_Format

 Sylar_Format::__construct()
 Sylar_Format::__destruct()

Documentation generated on Thu, 24 Apr 2008 16:14:15 +0200 by phpDocumentor 1.3.0RC3