API Documentation

Form/Decorator/File.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_File

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_File

Extends from
Zend_Form_Decorator_Abstract
Implements
Zend_Form_Decorator_Marker_File_Interface
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: File.php 20096 2010-01-06 02:05:09Z bkarwin $
Properties
$_attribBlacklist
$_placement
Methods
getAttribs
render

Description

Zend_Form_Decorator_File

Fixes the rendering for all subform and multi file elements

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

Methods

getAttribs

getAttribs( ) : array

Get attributes to pass to file helper

Output
array
Details
visibility
public
final
false
static
false

render

render( string $content ) : string

Render a form file

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