Class JFormFieldCaptcha

Description

Form Field class for the Joomla Framework.

  • since: 2.5

Located in /libraries/cms/form/field/captcha.php (line 19)

JFormField
   |
   --JFormFieldCaptcha
Variable Summary
string $type
Method Summary
string getInput ()
boolean setup (SimpleXMLElement &$element, mixed $value, [string $group = null])
Variables
Methods
getInput (line 72)

Method to get the field input.

  • return: The field input.
  • since: 2.5
  • access: protected
string getInput ()

Redefinition of:
JFormField::getInput()
Method to get the field input markup.
setup (line 41)

Method to attach a JForm object to the field.

  • return: True on success.
  • since: 2.5
  • access: public
boolean setup (SimpleXMLElement &$element, mixed $value, [string $group = null])
  • SimpleXMLElement &$element: The SimpleXMLElement object representing the <field /> tag for the form field object.
  • mixed $value: The form field value to validate.
  • string $group: The field name group control value. This acts as as an array container for the field. For example if the field has name="foo" and the group value is set to "bar" then the full field name would end up being "bar[foo]".

Redefinition of:
JFormField::setup()
Method to attach a JForm object to the field.

Inherited Methods

Inherited From JFormField

JFormField::__construct()
JFormField::getFieldName()
JFormField::getId()
JFormField::getInput()
JFormField::getLabel()
JFormField::getName()
JFormField::getTitle()
JFormField::setForm()
JFormField::setup()
JFormField::__get()

Documentation generated on Mon, 25 Jun 2012 13:52:44 -0500 by phpDocumentor 1.4.4