API Documentation

Form/Decorator/Fieldset.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_Form
subpackage
Decorator
Classes
Zend_Form_Decorator_Fieldset

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_Form_Decorator_Fieldset

Extends from
Zend_Form_Decorator_Abstract
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_Form
subpackage
Decorator
version
$Id: Fieldset.php 21967 2010-04-21 23:22:00Z alab $
Properties
$stripAttribs
$_legend
$_placement
Methods
getOptions
setLegend
getLegend
render

Description

Zend_Form_Decorator_Fieldset

Any options passed will be used as HTML attributes of the fieldset tag.

Properties

$_legend

string $_legend = ''

Fieldset legend

Details

$_legend
string
visibility
protected
default
final
false
static
false

$_placement

string $_placement = 'null'

Default placement: surround content

Details

$_placement
string
visibility
protected
default
null
final
false
static
false

$stripAttribs

array $stripAttribs = 'array'

Attribs that should be removed prior to rendering

Details

$stripAttribs
array
visibility
public
default
array
final
false
static
false

Methods

getLegend

getLegend( ) : string

Get legend

Output
string
Details
visibility
public
final
false
static
false

getOptions

getOptions( ) : array

Get options

Merges in element attributes as well.

Output
array
Details
visibility
public
final
false
static
false

render

render( string $content ) : string

Render a fieldset

Arguments
$content
string
Output
string
Details
visibility
public
final
false
static
false

setLegend

setLegend( string $value ) : Zend_Form_Decorator_Fieldset

Set legend

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