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

Class: Text_CAPTCHA_Driver

Source Location: /Text_CAPTCHA-1.0.2/Text/CAPTCHA/Driver.php

Class Overview


Interface for Text_CAPTCHA drivers


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 22]
Interface for Text_CAPTCHA drivers


[ Top ]


Method Detail

createCAPTCHA   [line 47]

void createCAPTCHA( )

Generate the CAPTCHA.
  • Throws: Text_CAPTCHA_Exception something went wrong during creation of CAPTCHA

[ Top ]

createPhrase   [line 55]

void createPhrase( )

Generate the phrase for the CAPTCHA.
  • Throws: Text_CAPTCHA_Exception something went wrong during creation of phrase

[ Top ]

initDriver   [line 39]

void initDriver( array $options)

Initialize the driver with the given options.
  • Throws: Text_CAPTCHA_Exception something went wrong during init

Parameters:

array   $options   —  options for the driver as array

[ Top ]

resetDriver   [line 29]

void resetDriver( )

Clear the internal state of the driver.

[ Top ]


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