Public Member Functions | |
| setInfo ($info) | |
Public Member Functions inherited from BaseObject | |
| __construct ($error=0, $message= 'success') | |
| setError ($error=0) | |
| getError () | |
| setHttpStatusCode ($code= '200') | |
| getHttpStatusCode () | |
| setMessage ($message= 'success', $type=NULL) | |
| getMessage () | |
| add ($key, $val) | |
| adds ($object) | |
| get ($key) | |
| gets () | |
| getVariables () | |
| getObjectVars () | |
| toBool () | |
| toBoolean () | |
Additional Inherited Members | |
Public Attributes inherited from BaseObject | |
| $error = 0 | |
| $message = 'success' | |
| $variables = array() | |
| $httpStatusCode = NULL | |
Superclass of the edit component. Set up the component variables
Definition at line 11 of file EditorHandler.class.php.
| EditorHandler::setInfo | ( | $info | ) |
set the xml and other information of the component
| object | $info | editor information |
Definition at line 19 of file EditorHandler.class.php.
1.8.5