Inherited by AlbumModule, CSERD, DBI2, DBResult, DBTransaction, GlobalPermission, PageRender2, SAuthModule, SCserdAuthModule, SDR, SDRFedSearchClient, SDRHelpers, SDRService, SDRServiceCache, SDRServiceRequest, SDRServiceStats, SEventHandler, SGlobalAuthModule, SInput, SIplusAuthModule, SModel, SModel2, Snap2, SnapBulkAction, SnapCache, SnapContent, SnapDBI, SnapExternalFile, SnapObject, SnapPathCache, SnapPermissionCache, SnapPermissionObject, SnapSearchRequest, SNcsiAuthModule, SPage, SPath, SPermission, SPOSTEventHandler, SQuery, SQuestionnaire, SSigmaxiAuthModule, SStringHelper, SSucceedAuthModule, STestReporter, STrans, STransStdXML3Helper, SURLHelper, SUserConfig, SValidation, SXMLHelper, TKAction, TKComponent, TKTheme, Toolkit, TSD, TSDObject, TSDRequest, TSDService, XFormsControlItem, XFormsGroup, XmlFormatter, and XSI.
Public Member Functions | |
__construct () | |
INSERT BRIEF DESCRIPTION HERE. | |
doc () | |
Return a documentation string about this class. | |
getError () | |
Get all the errors set on this object. | |
getErrorFrom ($obj) | |
Relay errors from another object to this object. | |
getLastError () | |
Get the last error that was set on this object. | |
getLastWarning () | |
Get the last warning that was set on this object. | |
getWarning () | |
Get all the warnings set on this object. | |
getWarningFrom ($obj) | |
Relay warnings from another object to this object. | |
hasError () | |
Does this object have errors? | |
hasWarning () | |
Does this object have warnings? | |
setPrettyWarning ($function, $warning) | |
Set a warning with extra information about the function and object involved. | |
setXMLErrorMode ($mode) | |
INSERT BRIEF DESCRIPTION HERE. | |
Static Public Member Functions | |
static | getLastStaticError () |
Get the last static error that was set on this object. | |
static | getLastStaticWarning () |
Get the last static warning that was set on this object. | |
static | getStaticError () |
Get all the static errors set on this object. | |
static | getStaticWarning () |
Get all the static warnings set on this object. | |
static | hasStaticError () |
Does this object have static errors? | |
static | hasStaticWarning () |
Does this object have static warnings? |
Provides error/warning reporting and XML parsing methods. All other classes in the web framework should extend this class.
Commented 11/21/08
SObject::__construct | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
Reimplemented in AlbumModule, SLdap, CSERDModelBase, ModelBase, SDRModel, SCserdAuthModule, SGlobalAuthModule, SIplusAuthModule, SLdapAuthModule, SNcsiAuthModule, SSigmaxiAuthModule, SSucceedAuthModule, AuthModelBase, SGlobalUser, TKBorderPanel, TKHBox, TKNullBox, TKScrollPane, TKTree, TKVBox, TKDefaultTheme, TKComponent, and TKContainer.
SObject::getError | ( | ) |
Get all the errors set on this object.
SObject::getErrorFrom | ( | $ | obj | ) |
Relay errors from another object to this object.
$obj | [object]: The object from which to fetch the errors |
SObject::getLastError | ( | ) |
Get the last error that was set on this object.
static SObject::getLastStaticError | ( | ) | [static] |
Get the last static error that was set on this object.
static SObject::getLastStaticWarning | ( | ) | [static] |
Get the last static warning that was set on this object.
SObject::getLastWarning | ( | ) |
Get the last warning that was set on this object.
static SObject::getStaticError | ( | ) | [static] |
Get all the static errors set on this object.
static SObject::getStaticWarning | ( | ) | [static] |
Get all the static warnings set on this object.
SObject::getWarning | ( | ) |
Get all the warnings set on this object.
SObject::getWarningFrom | ( | $ | obj | ) |
Relay warnings from another object to this object.
$obj | [object]: The object from which to fetch the warnings |
SObject::hasError | ( | ) |
Does this object have errors?
static SObject::hasStaticError | ( | ) | [static] |
Does this object have static errors?
static SObject::hasStaticWarning | ( | ) | [static] |
Does this object have static warnings?
SObject::hasWarning | ( | ) |
Does this object have warnings?
SObject::setPrettyWarning | ( | $ | function, | |
$ | warning | |||
) |
Set a warning with extra information about the function and object involved.
$function | [string]: The name of the function the warning is set from | |
$warning | [string]: The string describing the warning |
SObject::setXMLErrorMode | ( | $ | mode | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
[TYPE]: RETURN DESCRIPTION