Checker
class Checker (View source)
Properties
$error | |||
protected Response | $response |
Methods
isError()
Checks to see if there is a fatal error with this particular permission call.
getError()
Returns the error code if there is one.
getOriginalObject()
Legacy.
__construct($object = false)
No description
getResponseObject()
No description
__call($f, $a)
We take any permissions function run on the permissions class and send it into the category object.
Details
isError()
Checks to see if there is a fatal error with this particular permission call.
getError()
Returns the error code if there is one.
private
getOriginalObject()
Legacy.
__construct($object = false)
No description
getResponseObject()
No description
__call($f, $a)
We take any permissions function run on the permissions class and send it into the category object.