Public Member Functions | |
htmlPage ($data, array $attribs=array(), array $params=array(), $content=null) | |
Data Fields | |
const | TYPE = 'text/html' |
const | ATTRIB_CLASSID = 'clsid:25336920-03F9-11CF-8FD0-00AA00686F13' |
Protected Attributes | |
$_attribs = array('classid' => self::ATTRIB_CLASSID) |
Definition at line 35 of file HtmlPage.php.
htmlPage | ( | $ | data, |
array $ | attribs = array() , |
||
array $ | params = array() , |
||
$ | content = null |
||
) |
Output a html object tag
string | $data | The html url |
array | $attribs | Attribs for the object tag |
array | $params | Params for in the object tag |
string | $content | Alternative content |
Definition at line 65 of file HtmlPage.php.
const ATTRIB_CLASSID = 'clsid:25336920-03F9-11CF-8FD0-00AA00686F13' |
Object classid
Definition at line 47 of file HtmlPage.php.
const TYPE = 'text/html' |
Default file type for html
Definition at line 41 of file HtmlPage.php.