Class Mage_Captcha_Helper_Data
Captcha image model
- Mage_Core_Helper_Abstract
- Mage_Captcha_Helper_Data
Package: Mage\Captcha
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Captcha/Helper/Data.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Captcha/Helper/Data.php
public
|
|
public
|
#
getConfigNode( string $id,
Returns value of the node with respect to current area (frontend or backend) |
public
array
|
|
public
string
|
|
public
string
|
string |
INPUT_NAME_FIELD_VALUE
|
'captcha' |
#
Used for "name" attribute of captcha's input field |
string |
MODE_ALWAYS
|
'always' |
#
Always show captcha |
string |
MODE_AFTER_FAIL
|
'after_fail' |
#
Show captcha only after certain number of unsuccessful attempts |
string |
XML_PATH_CAPTCHA_FONTS
|
'default/captcha/fonts' |
#
Captcha fonts path |
protected
array
|
$_captcha | array() |
#
List uses Models of Captcha |
$_layout,
$_moduleName,
$_request
|