EventResult extends EventResult
Table of Contents
Constants
Methods
- __construct() : mixed
- allowAccess() : self
- forbidAccess() : self
- getHandler() : mixed
- getModuleId() : mixed
- getParameters() : mixed
- getResultType() : mixed
- getType() : mixed
- isAccess() : bool|null
Constants
ERROR
public
mixed
ERROR
= 2
SUCCESS
public
mixed
SUCCESS
= 1
UNDEFINED
public
mixed
UNDEFINED
= 0
Methods
__construct()
public
__construct(mixed $type[, mixed $parameters = null ][, mixed $moduleId = null ][, mixed $handler = null ]) : mixed
Parameters
- $type : mixed
- $parameters : mixed = null
- $moduleId : mixed = null
- $handler : mixed = null
allowAccess()
public
allowAccess() : self
Return values
selfforbidAccess()
public
forbidAccess() : self
Return values
selfgetHandler()
public
getHandler() : mixed
getModuleId()
public
getModuleId() : mixed
getParameters()
public
getParameters() : mixed
getResultType()
public
getResultType() : mixed
Use getType()
getType()
public
getType() : mixed
isAccess()
public
isAccess() : bool|null