

Public Member Functions | |
| filter ($input) | |
Public Attributes | |
| $name = "HtmlHead" | |
| $description = "This plugin allows you to add entries to a page's <head> block." | |
| $params = array('contents' => '') | |
Definition at line 26 of file HtmlHead.php.
| HtmlHead::filter | ( | $ | input | ) |
Apply filtering to the input and return an output.
| $input |
Reimplemented from Diogenes_Plugin_Filter.
Definition at line 41 of file HtmlHead.php.
| HtmlHead::$name = "HtmlHead" |
| HtmlHead::$description = "This plugin allows you to add entries to a page's <head> block." |
Plugin description
Reimplemented from Diogenes_Plugin_Filter.
Definition at line 32 of file HtmlHead.php.
| HtmlHead::$params = array('contents' => '') |
Plugin parameters
Reimplemented from Diogenes_Plugin_Skel.
Definition at line 35 of file HtmlHead.php.
1.5.1