API Documentation

Tag/Cloud/Decorator/HtmlCloud.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tag
subpackage
Cloud
version
$Id: HtmlCloud.php 20104 2010-01-06 21:26:01Z matthew $
Classes
Zend_Tag_Cloud_Decorator_HtmlCloud

Description

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.

Zend_Tag_Cloud_Decorator_HtmlCloud

Extends from
Zend_Tag_Cloud_Decorator_Cloud
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tag
uses
Zend_Tag_Cloud_Decorator_Cloud
Properties
$_encoding
$_htmlTags
$_separator
Methods
getEncoding
setEncoding
setHtmlTags
getHtmlTags
setSeparator
getSeparator
render

Description

Simple HTML decorator for clouds

Properties

$_encoding

string $_encoding = 'UTF-8'

Details

$_encoding
string
Encoding to use
visibility
protected
default
UTF-8
final
false
static
false

$_htmlTags

array $_htmlTags = 'array'

List of HTML tags

Details

$_htmlTags
array
visibility
protected
default
array
final
false
static
false

$_separator

string $_separator = ' '

Separator for the single tags

Details

$_separator
string
visibility
protected
default
final
false
static
false

Methods

getEncoding

getEncoding( ) : string

Get encoding

Output
string
Details
visibility
public
final
false
static
false

getHtmlTags

getHtmlTags( ) : array

Retrieve HTML tag map

Output
array
Details
visibility
public
final
false
static
false

getSeparator

getSeparator( ) : string

Get tag separator

Output
string
Details
visibility
public
final
false
static
false

render

render( array $tags ) : string

Defined by Zend_Tag_Cloud_Decorator_Cloud

Arguments
$tags
array
Output
string
Details
visibility
public
final
false
static
false

setEncoding

setEncoding(  $value ) : Zend_Tag_Cloud_Decorator_HtmlCloud

Set encoding

Arguments
$value
string
Details
visibility
public
final
false
static
false

setHtmlTags

setHtmlTags( array $htmlTags ) : Zend_Tag_Cloud_Decorator_HtmlCloud

Set the HTML tags surrounding all tags

Arguments
$htmlTags
array
Details
visibility
public
final
false
static
false

setSeparator

setSeparator(  $separator ) : Zend_Tag_Cloud_Decorator_HtmlCloud

Set the separator between the single tags

Arguments
$separator
string
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.