Abstract class for cloud decorators

category Zend
package Zend_Tag
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Create a new cloud decorator with options

__construct(mixed $options = null

Parameters

$options

mixed

Render a list of formatted tags

render(array $tags) : string

Parameters

$tags

array

Returns

string

Set options from array

setOptions(array $options) : \Zend_Tag_Cloud

Parameters

$options

array

Configuration for the decorator

Returns

\Zend_Tag_Cloud

 Properties

 

Option keys to skip when calling setOptions()

$_skipOptions : array

Default

array('options', 'config')