Definition at line 8 of file oxaccessrightexception.php.
Public Member Functions | |
setObjectName ($sObjectName) | |
getObjectName () | |
getString () | |
getValues () | |
Protected Attributes | |
$_sObjectName = null |
oxAccessRightException.setObjectName | ( | $ | sObjectName | ) |
Class name of the object which caused the RR exception
string | $sObjectName Class name of the object |
Definition at line 24 of file oxaccessrightexception.php.
oxAccessRightException.getObjectName | ( | ) |
Class name of the object that caused the RR exception
Definition at line 34 of file oxaccessrightexception.php.
oxAccessRightException.getString | ( | ) |
Get string dump Overrides oxException.getString()
Reimplemented from oxException.
Definition at line 45 of file oxaccessrightexception.php.
oxAccessRightException.getValues | ( | ) |
Override of Exception.getValues()
Reimplemented from oxException.
Definition at line 55 of file oxaccessrightexception.php.
oxAccessRightException.$_sObjectName = null [protected] |
Definition at line 15 of file oxaccessrightexception.php.