Forms\Element::getValidators
  • References/PHP/Phalcon/Forms/Element

public getValidators () Returns the validators registered for the element

2025-01-10 15:47:30
Forms\Manager::has
  • References/PHP/Phalcon/Forms/Manager

public has (mixed $name) Checks if a form is registered in the forms manager

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

abstract public getForm () ...

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

public get (mixed $name) Returns an element added to the form by its name

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

public array | object getOptions () Returns the choices’ options

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

abstract public addValidators (array $validators, [mixed $merge]) ...

2025-01-10 15:47:30
Forms\Manager::create
  • References/PHP/Phalcon/Forms/Manager

public Phalcon\Forms\Form create ([string $name]

2025-01-10 15:47:30
Forms\Manager::set
  • References/PHP/Phalcon/Forms/Manager

public set (mixed $name, Phalcon\Forms\Form $form)

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

public hasMessages () Checks whether there are messages attached to the element

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

public render ([array $attributes]) Renders the element widget returning html

2025-01-10 15:47:30