|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| SimpleStickyError () | |
| isError () | |
| getError () | |
| _setError ($error) | |
| _clearError () | |
Data Fields | |
| $_error = 'Constructor not chained' | |
Definition at line 21 of file socket.php.
| _clearError | ( | ) |
Resets the error state to no error. protected
Definition at line 64 of file socket.php.


| _setError | ( | $ | error | ) |
Sets the internal error.
| string | Error message to stash. protected |
Definition at line 56 of file socket.php.

| getError | ( | ) |
Accessor for an outstanding error.
Definition at line 47 of file socket.php.
| isError | ( | ) |
Test for an outstanding error.
Definition at line 37 of file socket.php.

Sets the error to empty. public
Definition at line 28 of file socket.php.


| $_error = 'Constructor not chained' |
Definition at line 22 of file socket.php.