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 :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\\Manager ` **set** (*string* $name, :doc:`Phalcon\\Forms\\Form ` $form) Registers a form in the Forms Manager