Forms\Form::current
  • References/PHP/Phalcon/Forms/Form

public current () Returns the current element in the iterator

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

public getUserOption (string $option, [mixed $defaultValue]) Returns the value of an option if present

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

public label (mixed $name, [array $attributes]) Generate the label of an element added to the form including

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

public getValue (mixed $name) Gets a value from the internal related entity or from the default value

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

public setUserOption (string $option, mixed $value) Sets an option for the form

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

public getUserOptions () Returns the options for the element

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

extends abstract class Phalcon\Di\Injectable

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

public getValidation () ...

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

public getMessages ([mixed $byItemName]) Returns the messages generated in the validation

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

public render (string $name, [array $attributes]) Renders a specific item in the form

2025-01-10 15:47:30