Class **Phalcon\\Forms\\Manager** ================================= Manages forms whithin the application. Allowing the developer to access them from any part of the application Methods --------- public :doc:`Phalcon\\Forms\\Form ` **create** ([*string* $name], [*object* $entity]) Creates a form registering it in the forms manager public :doc:`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 :doc:`Phalcon\\Forms\\Form ` **set** (*string* $name, *unknown* $form) Registers a form in the Forms Manager