W3cubDocs

/Phalcon 2

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

© 2011–2016 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/2.0.0/api/Phalcon_Forms_Manager.html