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

public next () Moves the internal iteration pointer to the next position

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::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::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::current
  • References/PHP/Phalcon/Forms/Form

public current () Returns the current element in the iterator

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::getUserOptions
  • References/PHP/Phalcon/Forms/Form

public getUserOptions () Returns the options for the element

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\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
Forms\Form::has
  • References/PHP/Phalcon/Forms/Form

public has (mixed $name) Check if the form contains an element

2025-01-10 15:47:30