Table Of ContentsPrevious topicNext topic |
Class Phalcon\Forms\Manager¶Manages forms within the application. Allowing the developer to access them from any part of the application Methods¶public __construct () ... public Phalcon\Forms\Form create ([string $name], [object $entity]) Creates a form registering it in the forms manager public Phalcon\Forms\Form get (string $name) Returns a form by its name public boolean has (string $name) Checks if a form is registered in the forms manager public Phalcon\Forms\Manager set (string $name, Phalcon\Forms\Form $form) Registers a form in the Forms Manager |