Property
FinalYes
Table of Contents
Methods
- __construct() : mixed
- getCode() : string
- getParams() : array<string|int, mixed>
- getTitle() : string
- getType() : string
- isCommon() : bool
- toArray() : array<string|int, mixed>
Methods
__construct()
public
__construct(string $code, string $title, string $type[, array<string|int, mixed> $params = [] ]) : mixed
Parameters
- $code : string
- $title : string
- $type : string
- $params : array<string|int, mixed> = []
getCode()
public
getCode() : string
Return values
stringgetParams()
public
getParams() : array<string|int, mixed>
Return values
array<string|int, mixed>getTitle()
public
getTitle() : string
Return values
stringgetType()
public
getType() : string
Return values
stringisCommon()
public
isCommon() : bool
Return values
booltoArray()
public
toArray() : array<string|int, mixed>