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

Class: Text_CAPTCHA_Numeral_Interface

Source Location: /Text_CAPTCHA_Numeral-1.3.2/Text/CAPTCHA/Numeral/NumeralInterface.php

Class Overview


Text CAPTCHA Numeral Interface


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 54]
Text CAPTCHA Numeral Interface

This is the textcaptchanumeral interface that is called everytime a new instance of Text_CAPTCHA_Numeral is called.



[ Top ]


Method Detail

getAnswer   [line 77]

void getAnswer( )

Get the answer value

This function will retrieve the answer value from this->answer and return it so we can then display it to the user.

  • Access: public

[ Top ]

getFirstNumber   [line 88]

void getFirstNumber( )

Get the first number

This function will get the first number value from $this->firstNumber

  • Access: public

[ Top ]

getOperation   [line 65]

void getOperation( )

Get operation

This function will get the operation string from $this->operation

  • Access: public

[ Top ]

getSecondNumber   [line 98]

void getSecondNumber( )

Get the second number value

This function will return the second number value

  • Access: public

[ Top ]


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