Heratio Framework API Reference

sfWidgetFormSchema extends sfWidgetForm
in package
implements ArrayAccess

Table of Contents

Interfaces

ArrayAccess

Methods

__construct()  : mixed
addFormFormatter()  : mixed
addOption()  : mixed
addRequiredOption()  : mixed
attributesToHtml()  : mixed
Convert an array of attributes to HTML attribute string.
generateId()  : mixed
generateName()  : mixed
getAttribute()  : mixed
getAttributes()  : mixed
getFields()  : mixed
getForm()  : mixed
getFormFormatter()  : mixed
getFormFormatterName()  : mixed
getFormFormatters()  : mixed
getHelp()  : mixed
getHelps()  : mixed
getJavaScripts()  : mixed
getLabel()  : mixed
getLabels()  : mixed
getNameFormat()  : mixed
getOption()  : mixed
getOptions()  : mixed
getPositions()  : mixed
getStylesheets()  : mixed
getWidget()  : mixed
hasOption()  : mixed
isHidden()  : mixed
moveField()  : mixed
needsMultipartForm()  : mixed
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void
render()  : mixed
renderContentTag()  : mixed
Render an HTML content tag (with opening and closing tags).
renderTag()  : mixed
Render an HTML tag.
setAttribute()  : mixed
setAttributes()  : mixed
setForm()  : mixed
setFormFormatterName()  : mixed
setHelp()  : mixed
setHelps()  : mixed
setLabel()  : mixed
setLabels()  : mixed
setNameFormat()  : mixed
setOption()  : mixed
setPositions()  : mixed
translate()  : mixed
Translate a string (passthrough — real translation handled elsewhere).

Methods

__construct()

public __construct([mixed $widgets = [] ][, mixed $options = [] ][, mixed $attributes = [] ][, mixed $labels = [] ][, mixed $helps = [] ]) : mixed
Parameters
$widgets : mixed = []
$options : mixed = []
$attributes : mixed = []
$labels : mixed = []
$helps : mixed = []

addFormFormatter()

public addFormFormatter(mixed $name, mixed $formatter) : mixed
Parameters
$name : mixed
$formatter : mixed

addOption()

public addOption(mixed $name[, mixed $default = null ]) : mixed
Parameters
$name : mixed
$default : mixed = null

addRequiredOption()

public addRequiredOption(mixed $name) : mixed
Parameters
$name : mixed

attributesToHtml()

Convert an array of attributes to HTML attribute string.

public attributesToHtml(mixed $attributes) : mixed
Parameters
$attributes : mixed

generateId()

public generateId(mixed $name[, mixed $value = null ]) : mixed
Parameters
$name : mixed
$value : mixed = null

generateName()

public generateName(mixed $name) : mixed
Parameters
$name : mixed

getAttribute()

public getAttribute(mixed $name) : mixed
Parameters
$name : mixed

getLabel()

public getLabel([mixed $name = null ]) : mixed
Parameters
$name : mixed = null

getOption()

public getOption(mixed $name) : mixed
Parameters
$name : mixed

hasOption()

public hasOption(mixed $name) : mixed
Parameters
$name : mixed

moveField()

public moveField(mixed $name, mixed $action[, mixed $pivot = null ]) : mixed
Parameters
$name : mixed
$action : mixed
$pivot : mixed = null

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetGet()

public offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed

offsetSet()

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed

render()

public render(mixed $name[, mixed $value = null ][, mixed $attributes = [] ][, mixed $errors = [] ]) : mixed
Parameters
$name : mixed
$value : mixed = null
$attributes : mixed = []
$errors : mixed = []

renderContentTag()

Render an HTML content tag (with opening and closing tags).

public renderContentTag(mixed $tag[, mixed $content = '' ][, mixed $attributes = [] ]) : mixed
Parameters
$tag : mixed
$content : mixed = ''
$attributes : mixed = []

renderTag()

Render an HTML tag.

public renderTag(mixed $tag[, mixed $attributes = [] ]) : mixed
Parameters
$tag : mixed
$attributes : mixed = []

setAttribute()

public setAttribute(mixed $name, mixed $value) : mixed
Parameters
$name : mixed
$value : mixed

setAttributes()

public setAttributes(mixed $attributes) : mixed
Parameters
$attributes : mixed

setFormFormatterName()

public setFormFormatterName(mixed $name) : mixed
Parameters
$name : mixed

setHelp()

public setHelp(mixed $name, mixed $help) : mixed
Parameters
$name : mixed
$help : mixed

setLabel()

public setLabel(mixed $name[, mixed $value = null ]) : mixed
Parameters
$name : mixed
$value : mixed = null

setLabels()

public setLabels(mixed $labels) : mixed
Parameters
$labels : mixed

setNameFormat()

public setNameFormat(mixed $format) : mixed
Parameters
$format : mixed

setOption()

public setOption(mixed $name, mixed $value) : mixed
Parameters
$name : mixed
$value : mixed

setPositions()

public setPositions(mixed $positions) : mixed
Parameters
$positions : mixed

translate()

Translate a string (passthrough — real translation handled elsewhere).

public translate(mixed $text[, mixed $args = [] ]) : mixed
Parameters
$text : mixed
$args : mixed = []

        
On this page

Search results