Methods
Create a new tag cloud with options
__construct(array | \Traversable $options)
Parameters
$options
array\Traversable
Render the tag cloud
__toString() : string
Retrieve the item list
getItemList() : \Zend\Tag\ItemList
If item list is undefined, creates one.
Returns
Render the tag cloud
render() : string
Set the decorator for the cloud
setCloudDecorator(mixed $decorator) : \Zend\Tag\Cloud
Parameters
$decorator
mixed
Exceptions
Returns
Set plugin manager for use with decorators
setDecoratorPluginManager(\Zend\Tag\Cloud\DecoratorPluginManager $decorators) : \Zend\Tag\Cloud
Set the item list
setItemList(\Zend\Tag\ItemList $itemList) : \Zend\Tag\Cloud
Set options from array
setOptions(array $options) : \Zend\Tag\Cloud
Parameters
$options
array
Configuration for Cloud
Returns
Set the decorator for the tags
setTagDecorator(mixed $decorator) : \Zend\Tag\Cloud
Parameters
$decorator
mixed
Exceptions
Returns
Properties
Option keys to skip when calling setOptions()
$skipOptions : array