Property | Type | Description | |
---|---|---|---|
$jqueryTags | string | Additional javascripts | |
$pageFooterTags | string | Additional contents to the footer | |
$pageHeadTags | string | Additional tags to the html head | |
$pageTitle | string | The title in the "title" tag |
Method | Description | |
---|---|---|
addHandler ( callback $callback ) | Add a new output handler function | |
addToFooter ( string $tag = "" ) | Add content to the footer | |
addToHead ( string $tag = "" ) | Add content to the html head | |
addToJQuery ( string $tag = "" ) | Add javascript source code to the output | |
addToMeta ( string $name, string $addition = "" ) | Append something to a meta tag | |
addToTitle ( type $addition = "" ) | Append something to the title of the page | |
getTitle ( ) | Get Current Page Title | |
handleOutput ( string $output ) : string | Execute the output handlers | |
replaceInOutput ( string $target, string $replace, string $modifiers = "" ) | Replace something in the output using regexp | |
setMeta ( string $name, string $content = "" ) | Set a meta tag by name | |
setTitle ( string $title = "" ) | Set the new title of the page |
public static addHandler ( callback $callback ) | ||
$callback | callback | The name of a function or other callable object |
public static addToJQuery ( string $tag = "" ) | ||
$tag | string |
public static addToTitle ( type $addition = "" ) | ||
$addition | type |
public static handleOutput ( string $output ) : string | ||
$output | string | |
return | string |
public static string $jqueryTags | ||
return | string |
public static string $pageHeadTags | ||
return | string |
public static string $pageTitle | ||
return | string |