ドキュメント

目次

前のトピックへ

< Class Phalcon\Forms\Form

次のトピックへ

Class Phalcon\Http\Cookie >

このページ

Class Phalcon\Forms\Manager

Source on GitHub

Methods

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

Creates a form registering it in the forms manager

public get (mixed $name)

Returns a form by its name

public has (mixed $name)

Checks if a form is registered in the forms manager

public set (mixed $name, Phalcon\Forms\Form $form)

Registers a form in the Forms Manager

Follow along: