Public Member Functions | |
| __construct ($result) | |
| A new success result. | |
Static Public Member Functions | |
| static | getInstance ($result) |
| Returns a new instance of this class. | |
Static Public Attributes | |
| static | $RESULT_SUCCESS = 0 |
Definition at line 9 of file SuccessResult.php.
| SuccessResult::__construct | ( | $ | result | ) |
A new success result.
| string | $result The result |
Definition at line 18 of file SuccessResult.php.
| static SuccessResult::getInstance | ( | $ | result | ) | [static] |
Returns a new instance of this class.
| unknown | $result A result of some kind? |
Definition at line 30 of file SuccessResult.php.
SuccessResult::$RESULT_SUCCESS = 0 [static] |
Definition at line 11 of file SuccessResult.php.
1.6.3