Forms\ElementInterface::setAttributes
  • References/PHP/Phalcon/Forms/ElementInterface

abstract public setAttributes (array $attributes) ...

2025-01-10 15:47:30
Forms\Form::isValid
  • References/PHP/Phalcon/Forms/Form

public isValid ([array $data], [object $entity]) Validates the form

2025-01-10 15:47:30
Forms\Element::getAttribute
  • References/PHP/Phalcon/Forms/Element

public mixed getAttribute (string $attribute, [mixed $defaultValue]) Returns the value of an attribute

2025-01-10 15:47:30
Forms\Element::setName
  • References/PHP/Phalcon/Forms/Element

public setName (mixed $name) Sets the element name

2025-01-10 15:47:30
Forms\ElementInterface::setLabel
  • References/PHP/Phalcon/Forms/ElementInterface

abstract public setLabel (mixed $label) ...

2025-01-10 15:47:30
Forms\Element::getAttributes
  • References/PHP/Phalcon/Forms/Element

public getAttributes () Returns the default attributes for the element

2025-01-10 15:47:30
Forms\ElementInterface::setDefault
  • References/PHP/Phalcon/Forms/ElementInterface

abstract public setDefault (mixed $value) ...

2025-01-10 15:47:30
Forms\ElementInterface::getLabel
  • References/PHP/Phalcon/Forms/ElementInterface

abstract public getLabel () ...

2025-01-10 15:47:30
Forms\ElementInterface::setUserOption
  • References/PHP/Phalcon/Forms/ElementInterface

abstract public setUserOption (mixed $option, mixed $value) ...

2025-01-10 15:47:30
Forms\Element::label
  • References/PHP/Phalcon/Forms/Element

public label ([array $attributes]) Generate the HTML to label the element

2025-01-10 15:47:30