Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JFormFieldCaptcha
+ Graphe d'héritage de JFormFieldCaptcha:
+ Graphe de collaboration de JFormFieldCaptcha:

Liste de tous les membres

Fonctions membres publiques

 setup (&$element, $value, $group=null)
- Fonctions membres publiques inherited from JFormField
 __construct ($form=null)
 __get ($name)
 setForm (JForm $form)

Fonctions membres protégées

 getInput ()
- Fonctions membres protégées inherited from JFormField
 getId ($fieldId, $fieldName)
 getTitle ()
 getLabel ()
 getName ($fieldName)
 getFieldName ($fieldName)

Attributs protégés

 $type = 'Captcha'
- Attributs protégés inherited from JFormField
 $description
 $element
 $form
 $formControl
 $hidden = false
 $translateLabel = true
 $translateDescription = true
 $id
 $input
 $label
 $multiple = false
 $name
 $fieldname
 $group
 $required = false
 $validate
 $value
 $labelClass

Additional Inherited Members

- Attributs protégés statiques inherited from JFormField
static $count = 0
static $generated_fieldname = '__field'

Documentation des fonctions membres

JFormFieldCaptcha::getInput ( )
protected

Method to get the field input.

Renvoie:
string The field input.
Depuis:
2.5

Réimplémentée à partir de JFormField.

Références $class, JFactory\getApplication(), JFactory\getConfig(), JCaptcha\getInstance(), et null.

+ Voici le graphe d'appel pour cette fonction :

JFormFieldCaptcha::setup ( $element,
  $value,
  $group = null 
)

Method to attach a JForm object to the field.

Paramètres:
SimpleXMLElement&$elementThe SimpleXMLElement object representing the <field> tag for the form field object.
mixed$valueThe form field value to validate.
string$groupThe 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]".
Renvoie:
boolean True on success.
Depuis:
2.5

Réimplémentée à partir de JFormField.

Références $class, JFactory\getApplication(), JFactory\getConfig(), et null.

+ Voici le graphe d'appel pour cette fonction :


Documentation des données membres

JFormFieldCaptcha::$type = 'Captcha'
protected

Réimplémentée à partir de JFormField.


La documentation de cette classe a été générée à partir du fichier suivant :