public isValid ([array $data], [object $entity]) Validates the form
public label ([array $attributes]) Generate the HTML to label the element
public getLabel (mixed $name) Returns a label for an element
public clear () Clears every element in the form to its default value
extends abstract class Phalcon\Forms\Element
public getAttributes () Returns the default attributes for the element
abstract public setDefault (mixed $value) ...
public setEntity (object $entity) Sets the entity related to the model
abstract public setUserOption (mixed $option, mixed $value) ...
Page 1 of 13