Zend Framework
1.12
|
Public Member Functions | |
getTranslator () | |
Get translator. | |
setTranslator ($translator=null) | |
Set translator. | |
![]() | |
getClosingBracket () | |
Get the tag closing bracket. | |
![]() | |
setView (Zend_View_Interface $view) | |
Set the View object. | |
direct () | |
Strategy pattern: currently unutilized. | |
Protected Member Functions | |
_getInfo ($name, $value=null, $attribs=null, $options=null, $listsep=null) | |
Converts parameter arguments to an element info array. | |
_hidden ($name, $value=null, $attribs=null) | |
Creates a hidden element. | |
![]() | |
_isXhtml () | |
Is doctype XHTML? | |
_isHtml5 () | |
Is doctype HTML5? | |
_isStrictDoctype () | |
Is doctype strict? | |
_htmlAttribs ($attribs) | |
Converts an associative array to a string of tag attributes. | |
_normalizeId ($value) | |
Normalize an ID. | |
Protected Attributes | |
$_translator | |
![]() | |
$_closingBracket = null | |
Additional Inherited Members | |
![]() | |
const | EOL = "\n" |
EOL character. | |
|
protected |
Converts parameter arguments to an element info array.
E.g, formExample($name, $value, $attribs, $options, $listsep) is the same thing as formExample(array('name' => ...)).
Note that you cannot pass a 'disable' param; you need to pass it as an 'attribs' key.
protected
|
protected |
Creates a hidden element.
We have this as a common method because other elements often need hidden elements for their operation.
protected
string | $name | The element name. |
string | $value | The element value. |
array | $attribs | Attributes for the element. |
getTranslator | ( | ) |
Get translator.
setTranslator | ( | $translator = null | ) |
Set translator.
Zend_Translate | Zend_Translate_Adapter | null | $translator |
|
protected |