Liste de tous les membres
Fonctions membres publiques statiques |
static | getInstance ($captcha, array $options=array()) |
Fonctions membres privées |
| _load (array $options=array()) |
Attributs privés statiques |
static | $_instances = array() |
Documentation des constructeurs et destructeur
JCaptcha::__construct |
( |
|
$captcha, |
|
|
|
$options |
|
) |
| |
Class constructor.
- Paramètres:
-
string | $editor | The editor to use. |
array | $options | Associative array of options. |
- Depuis:
- 2.5
Références $options.
Documentation des fonctions membres
JCaptcha::_load |
( |
array |
$options = array() | ) |
|
|
private |
JCaptcha::attach |
( |
|
$observer | ) |
|
Attach an observer object
- Paramètres:
-
object | $observer | An observer object to attach |
- Renvoie:
- void
- Depuis:
- 2.5
Références $check, $class, et $key.
JCaptcha::checkAnswer |
( |
|
$code | ) |
|
Checks if the answer is correct.
- Renvoie:
- the return value of the function "onCheckAnswer" of the selected Plugin.
- Depuis:
- 2.5
JCaptcha::detach |
( |
|
$observer | ) |
|
Detach an observer object
- Paramètres:
-
object | $observer | An observer object to detach. |
- Renvoie:
- boolean True if the observer object was detached.
- Depuis:
- 2.5
Références $key.
JCaptcha::display |
( |
|
$name, |
|
|
|
$id, |
|
|
|
$class = '' |
|
) |
| |
Get the HTML for the captcha.
- Renvoie:
- the return value of the function "onDisplay" of the selected Plugin.
- Depuis:
- 2.5
Références $class, $id, et $name.
static JCaptcha::getInstance |
( |
|
$captcha, |
|
|
array |
$options = array() |
|
) |
| |
|
static |
Get the state of the JEditor object
- Renvoie:
- mixed The state of the object.
- Depuis:
- 2.5
JCaptcha::initialise |
( |
|
$id | ) |
|
Documentation des données membres
JCaptcha::$_instances = array() |
|
staticprivate |
JCaptcha::$_methods = array() |
|
protected |
JCaptcha::$_observers = array() |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :