public getLabel (mixed $name) Returns a label for an element
public object getEntity () Returns the entity related to the model
public getElements () Returns the form elements added to the form
public getAction () Returns the form’s action
public get (mixed $name) Returns an element added to the form by its name
public current () Returns the current element in the iterator
public count () Returns the number of elements in the form
public clear ([array $fields]) Clears every element in the form to its default value
public bind (array $data, object $entity, [array $whitelist]) Binds data to the entity
public add (Phalcon\Forms\ElementInterface $element, [mixed $position], [mixed $type]) Adds an element to the form
Page 244 of 382