HTML_QuickForm2_Captcha
[ class tree: HTML_QuickForm2_Captcha ] [ index: HTML_QuickForm2_Captcha ] [ all elements ]

Element index for package HTML_QuickForm2_Captcha

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ r ] [ s ] [ t ] [ v ] [ _ ]

_

__construct
in file Captcha.php, method HTML_QuickForm2_Element_Captcha::__construct()
    Create new instance.
__construct
in file Image.php, method HTML_QuickForm2_Element_Captcha_Image::__construct()
    Set adapter specific data attributes.
__construct
in file TextCAPTCHA.php, method HTML_QuickForm2_Element_Captcha_TextCAPTCHA::__construct()
    Constructor. Set adapter specific data attributes.
__get
in file Session.php, method HTML_QuickForm2_Element_Captcha_Session::__get()
    Returns a session variable.
__get
in file Mock.php, method HTML_QuickForm2_Element_Captcha_Session_Mock::__get()
    Returns a session variable.
__set
in file Mock.php, method HTML_QuickForm2_Element_Captcha_Session_Mock::__set()
    Sets the value of a session variable.
__set
in file Session.php, method HTML_QuickForm2_Element_Captcha_Session::__set()
    Sets the value of a session variable.
__toString
in file Captcha.php, method HTML_QuickForm2_Element_Captcha::__toString()
    Renders the captcha into a HTML string
top

a

$adapter
in file TextCAPTCHA.php, variable HTML_QuickForm2_Element_Captcha_TextCAPTCHA::$adapter
$attributes
in file Captcha.php, variable HTML_QuickForm2_Element_Captcha::$attributes
    Array of input element attributes, with some predefined values
top

c

$capGenerated
in file Captcha.php, variable HTML_QuickForm2_Element_Captcha::$capGenerated
    If the captcha has been generated and initialized already
clear
in file Session.php, method HTML_QuickForm2_Element_Captcha_Session::clear()
    Clears the data stored in this session.
clear
in file Mock.php, method HTML_QuickForm2_Element_Captcha_Session_Mock::clear()
    Clears the data stored in this session.
clearCaptchaSession
in file Captcha.php, method HTML_QuickForm2_Element_Captcha::clearCaptchaSession()
    Destroys all captcha session data, so that the previously solved captcha re-appears as unsolved. Question and answers are discarded as well.
Captcha.php
procedural page Captcha.php
top

d

$data
in file Mock.php, variable HTML_QuickForm2_Element_Captcha_Session_Mock::$data
demo-captcha.php
procedural page demo-captcha.php
top

e

Exception.php
procedural page Exception.php
top

f

fixPath
in file Image.php, method HTML_QuickForm2_Element_Captcha_Image::fixPath()
    Fix trailing slashes of path.
top

g

garbageCollection
in file Image.php, method HTML_QuickForm2_Element_Captcha_Image::garbageCollection()
    Remove old files from image directory.
generateCaptcha
in file Image.php, method HTML_QuickForm2_Element_Captcha_Image::generateCaptcha()
    Generates the captcha question and answer and prepares the session data.
generateCaptcha
in file TextCAPTCHA.php, method HTML_QuickForm2_Element_Captcha_TextCAPTCHA::generateCaptcha()
    Generates the captcha question and answer and prepares the session data.
generateCaptcha
in file Captcha.php, method HTML_QuickForm2_Element_Captcha::generateCaptcha()
    Prepares the session data for the captcha.
generateCaptcha
in file Numeral.php, method HTML_QuickForm2_Element_Captcha_Numeral::generateCaptcha()
    Generates the captcha question and answer and prepares the session data.
getAdapter
in file TextCAPTCHA.php, method HTML_QuickForm2_Element_Captcha_TextCAPTCHA::getAdapter()
    Return the Text_CAPTCHA adapter
getCaptchaHtml
in file Numeral.php, method HTML_QuickForm2_Element_Captcha_Numeral::getCaptchaHtml()
    Returns the HTML for the captcha question and answer.
getCaptchaHtml
in file Captcha.php, method HTML_QuickForm2_Element_Captcha::getCaptchaHtml()
    Returns the HTML for the captcha (question + input element if applicable)
getCaptchaHtml
in file ReCaptcha.php, method HTML_QuickForm2_Element_Captcha_ReCaptcha::getCaptchaHtml()
    Returns the HTML containing the ReCaptcha element.
getCaptchaHtml
in file TextCAPTCHA.php, method HTML_QuickForm2_Element_Captcha_TextCAPTCHA::getCaptchaHtml()
    Returns the HTML for the captcha question and answer.
getFrozenHtml
in file Numeral.php, method HTML_QuickForm2_Element_Captcha_Numeral::getFrozenHtml()
    Returns the HTML code when the form is frozen.
getFrozenHtml
in file TextCAPTCHA.php, method HTML_QuickForm2_Element_Captcha_TextCAPTCHA::getFrozenHtml()
    Returns the HTML code when the form is frozen.
getNumeral
in file Numeral.php, method HTML_QuickForm2_Element_Captcha_Numeral::getNumeral()
    Returns the Text_CAPTCHA_Numeral object used for generating question and answer.
getReCaptcha
in file ReCaptcha.php, method HTML_QuickForm2_Element_Captcha_ReCaptcha::getReCaptcha()
    Returns the Services_ReCaptcha instance.
getSession
in file Captcha.php, method HTML_QuickForm2_Element_Captcha::getSession()
    Returns the captcha session object
getSessionId
in file Session.php, method HTML_QuickForm2_Element_Captcha_Session::getSessionId()
    Return session ID
getSessionId
in file Mock.php, method HTML_QuickForm2_Element_Captcha_Session_Mock::getSessionId()
    Return session ID
getSessionVarName
in file Captcha.php, method HTML_QuickForm2_Element_Captcha::getSessionVarName()
    Returns the name to use for the session variable.
getType
in file Captcha.php, method HTML_QuickForm2_Element_Captcha::getType()
    Returns the CAPTCHA type.
getValue
in file Captcha.php, method HTML_QuickForm2_Element_Captcha::getValue()
    Returns the captcha answer input element value.
top

h

hasData
in file Session.php, method HTML_QuickForm2_Element_Captcha_Session::hasData()
    If the session already has data
hasData
in file Mock.php, method HTML_QuickForm2_Element_Captcha_Session_Mock::hasData()
    If the session already has data
HTML_QuickForm2_Element_Captcha
in file Captcha.php, class HTML_QuickForm2_Element_Captcha
    Base class for captcha elements for HTML_QuickForm2: Completely Automated Public Turing test to tell Computers and Humans Apart.
HTML_QuickForm2_Element_Captcha_Exception
in file Exception.php, class HTML_QuickForm2_Element_Captcha_Exception
    HTML_QuickForm2 CAPTCHA exception
HTML_QuickForm2_Element_Captcha_Image
in file Image.php, class HTML_QuickForm2_Element_Captcha_Image
    Image captcha element for HTML_QuickForm2.
HTML_QuickForm2_Element_Captcha_Numeral
in file Numeral.php, class HTML_QuickForm2_Element_Captcha_Numeral
    Numeral captcha element for HTML_QuickForm2.
HTML_QuickForm2_Element_Captcha_ReCaptcha
in file ReCaptcha.php, class HTML_QuickForm2_Element_Captcha_ReCaptcha
    Captcha element utilizing the ReCaptcha service.
HTML_QuickForm2_Element_Captcha_Session
in file Session.php, class HTML_QuickForm2_Element_Captcha_Session
    HTML_QuickForm2 Captcha session storage
HTML_QuickForm2_Element_Captcha_Session_Mock
in file Mock.php, class HTML_QuickForm2_Element_Captcha_Session_Mock
    HTML_QuickForm2 Captcha dummy session storage
HTML_QuickForm2_Element_Captcha_TextCAPTCHA
in file TextCAPTCHA.php, class HTML_QuickForm2_Element_Captcha_TextCAPTCHA
    Quickform2 captcha element that uses the Text_CAPTCHA package as captcha generator.
top

i

$imageDir
in file Image.php, variable HTML_QuickForm2_Element_Captcha_Image::$imageDir
    Image cache path.
$imageDirUrl
in file Image.php, variable HTML_QuickForm2_Element_Captcha_Image::$imageDirUrl
    URL to cache path.
$imageSuffix
in file Image.php, variable HTML_QuickForm2_Element_Captcha_Image::$imageSuffix
    Image cache path.
Image.php
procedural page Image.php
top

l

loadAdapter
in file TextCAPTCHA.php, method HTML_QuickForm2_Element_Captcha_TextCAPTCHA::loadAdapter()
    Load the adapter instance
top

m

Mock.php
procedural page Mock.php
top

n

$numeral
in file Numeral.php, variable HTML_QuickForm2_Element_Captcha_Numeral::$numeral
    Captcha generator
numeral-captcha.php
procedural page numeral-captcha.php
Numeral.php
procedural page Numeral.php
top

r

$reCaptcha
in file ReCaptcha.php, variable HTML_QuickForm2_Element_Captcha_ReCaptcha::$reCaptcha
    ReCaptcha instance
ReCaptcha.php
procedural page ReCaptcha.php
renderQuestion
in file Image.php, method HTML_QuickForm2_Element_Captcha_Image::renderQuestion()
    Renders the CAPTCHA question in HTML and returns it.
renderQuestion
in file TextCAPTCHA.php, method HTML_QuickForm2_Element_Captcha_TextCAPTCHA::renderQuestion()
    Renders the CAPTCHA question in HTML and returns it.
top

s

$session
in file Captcha.php, variable HTML_QuickForm2_Element_Captcha::$session
    Session object to store captcha data and solutions in.
$sessionPrefix
in file Captcha.php, variable HTML_QuickForm2_Element_Captcha::$sessionPrefix
    Prefix for session variable used to store captcha settings in.
Session.php
procedural page Session.php
setAdapter
in file TextCAPTCHA.php, method HTML_QuickForm2_Element_Captcha_TextCAPTCHA::setAdapter()
    Set the captcha generator
setNumeral
in file Numeral.php, method HTML_QuickForm2_Element_Captcha_Numeral::setNumeral()
    Sets the Text_CAPTCHA_Numeral object.
setSession
in file Captcha.php, method HTML_QuickForm2_Element_Captcha::setSession()
    Sets a new session object.
setValue
in file Captcha.php, method HTML_QuickForm2_Element_Captcha::setValue()
    Sets the input value
setVarname
in file Mock.php, method HTML_QuickForm2_Element_Captcha_Session_Mock::setVarname()
    Initializes the captcha session.
setVarname
in file Session.php, method HTML_QuickForm2_Element_Captcha_Session::setVarname()
    Initializes the captcha session.
top

t

TextCAPTCHA.php
procedural page TextCAPTCHA.php
top

v

$varname
in file Session.php, variable HTML_QuickForm2_Element_Captcha_Session::$varname
    Session variable name.
validate
in file Captcha.php, method HTML_QuickForm2_Element_Captcha::validate()
    Performs the server-side validation.
verifyCaptcha
in file TextCAPTCHA.php, method HTML_QuickForm2_Element_Captcha_TextCAPTCHA::verifyCaptcha()
    Checks if the captcha is solved now.
verifyCaptcha
in file Numeral.php, method HTML_QuickForm2_Element_Captcha_Numeral::verifyCaptcha()
    Checks if the captcha is solved now.
verifyCaptcha
in file Captcha.php, method HTML_QuickForm2_Element_Captcha::verifyCaptcha()
    Checks if the captcha is solved now.
verifyCaptcha
in file ReCaptcha.php, method HTML_QuickForm2_Element_Captcha_ReCaptcha::verifyCaptcha()
    Checks if the captcha is solved now.
top

Documentation generated on Mon, 11 Mar 2019 15:55:05 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.