API Documentation

Form/Decorator/DtDdWrapper.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_DtDdWrapper

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_DtDdWrapper

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: DtDdWrapper.php 22129 2010-05-06 11:20:39Z alab $
Properties
$_placement
Methods
render

Description

Zend_Form_Decorator_DtDdWrapper

Creates an empty

item, and wraps the content in a
. Used as a default decorator for subforms and display groups.

Properties

$_placement

string $_placement = 'null'

Default placement: surround content

Details

$_placement
string
visibility
protected
default
null
final
false
static
false

Methods

render

render( string $content ) : string

Render

Renders as the following:

$dtLabel
$content

$dtLabel can be set via 'dtLabel' option, defaults to '\ '

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