Documentation

Table Of Contents

Previous topic

< Class Phalcon\Forms\Form

Next topic

Class Phalcon\Http\Cookie >

This Page

Class Phalcon\Forms\Manager

Methods

public Phalcon\Forms\Form create ([unknown $name], [unknown $entity])

Creates a form registering it in the forms manager

public Phalcon\Forms\Form get (unknown $name)

Returns a form by its name

public boolean has (unknown $name)

Checks if a form is registered in the forms manager

public Phalcon\Forms\FormManager set (unknown $name, unknown $form)

Registers a form in the Forms Manager

Follow along: