Public Member Functions | |
__construct () | |
headMeta ($content=null, $keyValue=null, $keyType= 'name', $modifiers=array(), $placement=Zend_View_Helper_Placeholder_Container_Abstract::APPEND) | |
__call ($method, $args) | |
append ($value) | |
offsetSet ($index, $value) | |
offsetUnset ($index) | |
prepend ($value) | |
set ($value) | |
itemToString (stdClass $item) | |
toString ($indent=null) | |
createData ($type, $typeValue, $content, array $modifiers) | |
Protected Member Functions | |
_normalizeType ($type) | |
_isValid ($item) | |
Protected Attributes | |
$_typeKeys = array('name', 'http-equiv') | |
$_requiredKeys = array('content') | |
$_modifierKeys = array('lang', 'scheme') | |
$_regKey = 'Zend_View_Helper_HeadMeta' |
Definition at line 36 of file HeadMeta.php.
__construct | ( | ) |
Constructor
Set separator to PHP_EOL
Reimplemented from Zend_View_Helper_Placeholder_Container_Standalone.
Definition at line 58 of file HeadMeta.php.
__call | ( | $ | method, |
$ | args | ||
) |
Overload method access
Allows the following 'virtual' methods:
string | $method | |
array | $args |
Reimplemented from Zend_View_Helper_Placeholder_Container_Standalone.
Definition at line 124 of file HeadMeta.php.
_isValid | ( | $ | item ) | [protected] |
Determine if item is valid
mixed | $item |
Definition at line 167 of file HeadMeta.php.
append | ( | $ | value ) |
Append
string | $value |
Zend_View_Exception |
Definition at line 187 of file HeadMeta.php.
createData | ( | $ | type, |
$ | typeValue, | ||
$ | content, | ||
array $ | modifiers | ||
) |
Create data item for inserting into stack
string | $type | |
string | $typeValue | |
string | $content | |
array | $modifiers |
Definition at line 350 of file HeadMeta.php.
headMeta | ( | $ | content = null , |
$ | keyValue = null , |
||
$ | keyType = 'name' , |
||
$ | modifiers = array() , |
||
$ | placement = Zend_View_Helper_Placeholder_Container_Abstract::APPEND |
||
) |
Retrieve object instance; optionally add meta tag
string | $content | |
string | $keyValue | |
string | $keyType | |
array | $modifiers | |
string | $placement |
Definition at line 74 of file HeadMeta.php.
itemToString | ( | stdClass $ | item ) |
Build meta HTML string
string | $type | |
string | $typeValue | |
string | $content | |
array | $modifiers |
Definition at line 282 of file HeadMeta.php.
offsetSet | ( | $ | index, |
$ | value | ||
) |
OffsetSet
string | int | $index | |
string | $value |
Zend_View_Exception |
Reimplemented from Zend_View_Helper_Placeholder_Container_Standalone.
Definition at line 205 of file HeadMeta.php.
offsetUnset | ( | $ | index ) |
OffsetUnset
string | int | $index |
Zend_View_Exception |
Reimplemented from Zend_View_Helper_Placeholder_Container_Standalone.
Definition at line 222 of file HeadMeta.php.
prepend | ( | $ | value ) |
Prepend
string | $value |
Zend_View_Exception |
Definition at line 239 of file HeadMeta.php.
set | ( | $ | value ) |
Set
string | $value |
Zend_View_Exception |
Definition at line 256 of file HeadMeta.php.
toString | ( | $ | indent = null ) |
Render placeholder as string
string | int | $indent |
Definition at line 322 of file HeadMeta.php.