Zend Framework  1.12
Public Member Functions | List of all members
Zend_Tag_Taggable Interface Reference

Public Member Functions

 getTitle ()
 Get the title of the tag.
 
 getWeight ()
 Get the weight of the tag.
 
 setParam ($name, $value)
 Set a parameter.
 
 getParam ($name)
 Get a parameter.
 

Member Function Documentation

getParam (   $name)

Get a parameter.

Parameters
string$name
Returns
mixed

Implemented in Zend_Tag_Item.

getTitle ( )

Get the title of the tag.

Returns
string

Implemented in Zend_Tag_Item.

getWeight ( )

Get the weight of the tag.

Returns
float

Implemented in Zend_Tag_Item.

setParam (   $name,
  $value 
)

Set a parameter.

Parameters
string$name
string$value

Implemented in Zend_Tag_Item.