Table of Contents
Methods
-
__construct()
: mixed
-
getBannerCode()
: string|null
-
getHead()
: array<string|int, mixed>
-
getHelpDeskCode()
: string|null
-
getId()
: string
-
getSort()
: int
-
isActive()
: bool
-
isRestricted()
: bool
-
jsonSerialize()
: array<string|int, mixed>
-
setActive()
: void
-
setBannerCode()
: void
-
setHead()
: void
-
setHelpDeskCode()
: void
-
setId()
: void
-
setRestricted()
: void
-
setSort()
: void
__construct()
public
__construct(string $id, array<string|int, mixed> $head[, int $sort = 0 ][, bool $active = false ][, bool $restricted = false ][, string|null $bannerCode = null ][, string|null $helpDeskCode = null ]) : mixed
Parameters
-
$id
: string
-
-
$head
: array<string|int, mixed>
-
-
$sort
: int
= 0
-
-
$active
: bool
= false
-
-
$restricted
: bool
= false
-
-
$bannerCode
: string|null
= null
-
-
$helpDeskCode
: string|null
= null
-
getBannerCode()
public
getBannerCode() : string|null
Return values
string|null
getHead()
public
getHead() : array<string|int, mixed>
Return values
array<string|int, mixed>
getHelpDeskCode()
public
getHelpDeskCode() : string|null
Return values
string|null
getId()
public
getId() : string
getSort()
public
getSort() : int
isActive()
public
isActive() : bool
isRestricted()
public
isRestricted() : bool
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
setActive()
public
setActive(bool $active) : void
Parameters
-
$active
: bool
-
setBannerCode()
public
setBannerCode(string|null $bannerCode) : void
Parameters
-
$bannerCode
: string|null
-
setHead()
public
setHead(array<string|int, mixed> $head) : void
Parameters
-
$head
: array<string|int, mixed>
-
setHelpDeskCode()
public
setHelpDeskCode(string|null $helpDeskCode) : void
Parameters
-
$helpDeskCode
: string|null
-
setId()
public
setId(string $id) : void
Parameters
-
$id
: string
-
setRestricted()
public
setRestricted(bool $restricted) : void
Parameters
-
$restricted
: bool
-
setSort()
public
setSort(int $sort) : void
Parameters
-
$sort
: int
-