API Documentation

Form/Decorator/Image.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_Image

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_Image

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: Image.php 20096 2010-01-06 02:05:09Z bkarwin $
Properties
$_attribBlacklist
$_placement
$_tag
Methods
setTag
getTag
getAttribs
render

Description

Zend_Form_Decorator_Image

Accepts the options: - separator: separator to use between image and content (defaults to PHP_EOL) - placement: whether to append or prepend label to content (defaults to append) - tag: if set, used to wrap the label in an additional HTML tag

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

Properties

$_attribBlacklist

array $_attribBlacklist = 'array'

Attributes that should not be passed to helper

Details

$_attribBlacklist
array
visibility
protected
default
array
final
false
static
false

$_placement

string $_placement = 'APPEND'

Default placement: append

Details

$_placement
string
visibility
protected
default
APPEND
final
false
static
false

$_tag

string $_tag = ''

HTML tag with which to surround image

Details

$_tag
string
visibility
protected
default
final
false
static
false

Methods

getAttribs

getAttribs( ) : array

Get attributes to pass to image helper

Output
array
Details
visibility
public
final
false
static
false

getTag

getTag( ) : void

Get HTML tag, if any, with which to surround label

Details
visibility
public
final
false
static
false

render

render( string $content ) : string

Render a form image

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

setTag

setTag( string $tag ) : Zend_Form_Decorator_Image

Set HTML tag with which to surround label

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