Zend Framework
1.12
|
Public Member Functions | |
__construct ($options) | |
Create a new tag according to the options. | |
setOptions (array $options) | |
Set options of the tag. | |
getTitle () | |
Defined by Zend_Tag_Taggable. | |
setTitle ($title) | |
Set the title. | |
getWeight () | |
Defined by Zend_Tag_Taggable. | |
setWeight ($weight) | |
Set the weight. | |
setParams (array $params) | |
Set multiple params at once. | |
setParam ($name, $value) | |
Defined by Zend_Tag_Taggable. | |
getParam ($name) | |
Defined by Zend_Tag_Taggable. | |
Protected Attributes | |
$_title = null | |
$_weight = null | |
$_params = array() | |
$_skipOptions | |
__construct | ( | $options | ) |
Create a new tag according to the options.
array | Zend_Config | $options |
Zend_Tag_Exception | When invalid options are provided |
Zend_Tag_Exception | When title was not set |
Zend_Tag_Exception | When weight was not set |
getParam | ( | $name | ) |
getTitle | ( | ) |
getWeight | ( | ) |
setOptions | ( | array | $options | ) |
setParam | ( | $name, | |
$value | |||
) |
Defined by Zend_Tag_Taggable.
string | $name | |
mixed | $value |
Implements Zend_Tag_Taggable.
setParams | ( | array | $params | ) |
setTitle | ( | $title | ) |
Set the title.
string | $title |
Zend_Tag_Exception | When title is no string |
setWeight | ( | $weight | ) |
Set the weight.
float | $weight |
Zend_Tag_Exception | When weight is not numeric |
|
protected |
|
protected |
|
protected |
|
protected |