Class JCaptcha
Joomla! Captcha base object
- JObject
- JCaptcha
Package: Joomla\Libraries\Captcha
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 2.5
Located at cms/captcha/captcha.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 2.5
Located at cms/captcha/captcha.php
Methods summary
public
|
|
public static
|
#
getInstance( string $captcha, array $options = array() )
Returns the global Captcha object, only creating it if it doesn't already exist. |
public
boolean
|
|
public
mixed
|
|
public
mixed
|
|
public
mixed
|
|
public
|
|
public
boolean
|
Methods inherited from JObject
__toString()
,
def()
,
get()
,
getError()
,
getErrors()
,
getProperties()
,
set()
,
setError()
,
setProperties()
Magic methods summary
Properties summary
protected
array
|
$_observers |
#
An array of Observer objects to notify |
protected
mixed
|
$_state |
#
The state of the observable object |
protected
array
|
$_methods |
#
A multi dimensional array of [function][] = key for observers |