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

Class: HTML_QuickForm2_Element_Captcha_Session_Mock

Source Location: /HTML_QuickForm2_Captcha-0.1.2/HTML/QuickForm2/Element/Captcha/Session/Mock.php

Class Overview

HTML_QuickForm2_Element_Captcha_Session
   |
   --HTML_QuickForm2_Element_Captcha_Session_Mock

HTML_QuickForm2 Captcha dummy session storage


Author(s):

Version:

  • Release: 0.1.2

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 23]
HTML_QuickForm2 Captcha dummy session storage


[ Top ]


Class Variables

$data = array()

[line 26]

  • Access: protected

Type:   mixed


[ Top ]



Method Detail

clear   [line 48]

void clear( )

Clears the data stored in this session.
  • Access: public

Overrides HTML_QuickForm2_Element_Captcha_Session::clear() (Clears the data stored in this session.)
[ Top ]

getSessionId   [line 69]

string getSessionId( )

Return session ID
  • Return: ID that identifies the session
  • Access: public

Overrides HTML_QuickForm2_Element_Captcha_Session::getSessionId() (Return session ID)
[ Top ]

hasData   [line 59]

boolean hasData( )

If the session already has data
  • Return: True if there are data, false if the session has not been used yet.
  • Access: public

Overrides HTML_QuickForm2_Element_Captcha_Session::hasData() (If the session already has data)
[ Top ]

setVarname   [line 38]

void setVarname( string $varname)

Initializes the captcha session.

Separate from __construct() because the variable name of a form element may change its ID until the form gets used.

  • Access: public

Overrides HTML_QuickForm2_Element_Captcha_Session::setVarname() (Initializes the captcha session.)

Parameters:

string   $varname   —  Session variable name to use

[ Top ]

__get   [line 81]

mixed __get( string $varname)

Returns a session variable.
  • Return: The value of the variable, null if not set.
  • Access: public

Overrides HTML_QuickForm2_Element_Captcha_Session::__get() (Returns a session variable.)

Parameters:

string   $varname   —  Name of the variable to retrieve

[ Top ]

__set   [line 98]

void __set( string $varname, string $value)

Sets the value of a session variable.
  • Access: public

Overrides HTML_QuickForm2_Element_Captcha_Session::__set() (Sets the value of a session variable.)

Parameters:

string   $varname   —  Name of the session variable to retrieve
string   $value   —  Value for the variable

[ Top ]


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