Channel
FinalYes
Table of Contents
Methods
- __construct() : mixed
- getCategoryId() : int
- getCode() : string
- getHandlerClass() : string
- getId() : int
- getModuleId() : string
- isEnabled() : bool
- toArray() : array<string|int, mixed>
Methods
__construct()
public
__construct(int $id, string $moduleId, int $categoryId, string $code, string $handlerClass, bool $isEnabled) : mixed
Parameters
- $id : int
- $moduleId : string
- $categoryId : int
- $code : string
- $handlerClass : string
- $isEnabled : bool
getCategoryId()
public
getCategoryId() : int
Return values
intgetCode()
public
getCode() : string
Return values
stringgetHandlerClass()
public
getHandlerClass() : string
Return values
stringgetId()
public
getId() : int
Return values
intgetModuleId()
public
getModuleId() : string
Return values
stringisEnabled()
public
isEnabled() : bool
Return values
booltoArray()
public
toArray() : array<string|int, mixed>