sfWidgetFormSchemaFormatter
Table of Contents
Methods
-
__construct()
: mixed
-
formatErrorRow()
: mixed
-
formatErrorsForRow()
: mixed
-
formatRow()
: mixed
-
generateLabel()
: mixed
-
generateLabelName()
: mixed
-
getDecoratorFormat()
: mixed
-
getForm()
: mixed
-
getRowFormat()
: mixed
-
getWidgetSchema()
: mixed
-
setDecoratorFormat()
: mixed
-
setForm()
: mixed
-
setRowFormat()
: mixed
-
setWidgetSchema()
: mixed
__construct()
public
__construct([sfWidgetFormSchema $widgetSchema = null ]) : mixed
Parameters
-
$widgetSchema
: sfWidgetFormSchema
= null
-
public
formatErrorRow(mixed $errors) : mixed
Parameters
-
$errors
: mixed
-
public
formatErrorsForRow(mixed $errors) : mixed
Parameters
-
$errors
: mixed
-
public
formatRow(mixed $label, mixed $field[, mixed $errors = '' ][, mixed $help = '' ][, mixed $hiddenFields = '' ]) : mixed
Parameters
-
$label
: mixed
-
-
$field
: mixed
-
-
$errors
: mixed
= ''
-
-
$help
: mixed
= ''
-
-
$hiddenFields
: mixed
= ''
-
generateLabel()
public
generateLabel(mixed $name[, mixed $attributes = [] ]) : mixed
Parameters
-
$name
: mixed
-
-
$attributes
: mixed
= []
-
generateLabelName()
public
generateLabelName(mixed $name) : mixed
Parameters
-
$name
: mixed
-
public
getDecoratorFormat() : mixed
public
getForm() : mixed
public
getRowFormat() : mixed
public
getWidgetSchema() : mixed
public
setDecoratorFormat(mixed $format) : mixed
Parameters
-
$format
: mixed
-
public
setForm(mixed $form) : mixed
Parameters
-
$form
: mixed
-
public
setRowFormat(mixed $format) : mixed
Parameters
-
$format
: mixed
-
public
setWidgetSchema(mixed $widgetSchema) : mixed
Parameters
-
$widgetSchema
: mixed
-