BaseEvent implements EventInterface
AbstractYes
Table of Contents
Interfaces
Methods
- __construct() : mixed
- execute() : bool
- getClass() : string
- getDateSheduled() : int
- getParams() : null
- validate() : bool
Methods
__construct()
public
__construct(int $userId[, null $params = null ]) : mixed
Parameters
- $userId : int
- $params : null = null
execute()
public
abstract execute() : bool
Return values
boolgetClass()
public
getClass() : string
Return values
stringgetDateSheduled()
public
abstract getDateSheduled() : int
Return values
intgetParams()
public
getParams() : null
Return values
nullvalidate()
public
validate() : bool