Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

array
$_skipOptions= 'array(
'options''
Option keys to skip when calling setOptions()
array(
'options'
Details
__construct(
array|\Zend_Config $options
)
:
void
Create a new tag according to the options
Name | Type | Description |
---|---|---|
$options | array|\Zend_Config |
Exception | Description |
---|---|
\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(
string $name
)
:
mixed
Defined by Zend_Tag_Taggable
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
mixed |

setTitle(
string $title
)
:
\Zend_Tag_Item
Set the title
Name | Type | Description |
---|---|---|
$title | string |
Type | Description |
---|---|
\Zend_Tag_Item |
Exception | Description |
---|---|
\Zend_Tag_Exception | When title is no string |

setWeight(
float $weight
)
:
\Zend_Tag_Item
Set the weight
Name | Type | Description |
---|---|---|
$weight | float |
Type | Description |
---|---|
\Zend_Tag_Item |
Exception | Description |
---|---|
\Zend_Tag_Exception | When weight is not numeric |