Zend Framework
1.12
|
Public Member Functions | |
parse () | |
parse the token data and throws exceptions | |
getErrorCode () | |
returns the error code | |
getErrorMessage () | |
returns the error message | |
isValid () | |
returns true if the errorCode is not null and not 0000 | |
hasError () | |
returns true if we have a error situation | |
Public Attributes | |
$errorCode = null | |
$errorMessage = null | |
getErrorCode | ( | ) |
returns the error code
getErrorMessage | ( | ) |
returns the error message
hasError | ( | ) |
returns true if we have a error situation
isValid | ( | ) |
returns true if the errorCode is not null and not 0000
parse | ( | ) |
parse the token data and throws exceptions
$errorCode = null |
$errorMessage = null |