Tab
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Methods
-
__construct()
: mixed
-
canShowDefaultFooter()
: bool
-
canShowDefaultHeader()
: bool
-
disableDefaultFooter()
: self
-
disableDefaultHeader()
: self
-
enableDefaultFooter()
: self
-
enableDefaultHeader()
: self
-
getBgColor()
: array<string|int, mixed>
-
getFooter()
: string|null
-
getFooterOptions()
: array<string|int, mixed>|null
-
getHeader()
: string|null
-
getHeaderOptions()
: array<string|int, mixed>|null
-
getIcon()
: array<string|int, mixed>
-
getId()
: string|null
-
getItemMaxDepth()
: int|null
-
getItemOrder()
: array<string|int, mixed>
-
getShowAvatars()
: bool|null
-
getStub()
: mixed
-
getStubOptions()
: array<string|int, mixed>|null
-
getTextColor()
: array<string|int, mixed>
-
getTitle()
: string
-
getTitleNode()
: TextNode|null
-
isVisible()
: bool
-
jsonSerialize()
: mixed
-
setBgColor()
: self
-
setFooter()
: self
-
setHeader()
: self
-
setIcon()
: self
-
setItemMaxDepth()
: self
-
setItemOrder()
: self
-
setShowAvatars()
: self
-
setStub()
: self
-
setStubOptions()
: self
-
setTextColor()
: self
-
setTitle()
: self
-
setVisible()
: self
__construct()
public
__construct(array<string|int, mixed> $options) : mixed
Parameters
-
$options
: array<string|int, mixed>
-
public
canShowDefaultFooter() : bool
public
canShowDefaultHeader() : bool
public
disableDefaultFooter() : self
public
disableDefaultHeader() : self
public
enableDefaultFooter() : self
public
enableDefaultHeader() : self
getBgColor()
public
getBgColor() : array<string|int, mixed>
Return values
array<string|int, mixed>
public
getFooter() : string|null
Return values
string|null
public
getFooterOptions() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
public
getHeader() : string|null
Return values
string|null
public
getHeaderOptions() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getIcon()
public
getIcon() : array<string|int, mixed>
Return values
array<string|int, mixed>
getId()
public
getId() : string|null
Return values
string|null
getItemMaxDepth()
public
getItemMaxDepth() : int|null
getItemOrder()
public
getItemOrder() : array<string|int, mixed>
Return values
array<string|int, mixed>
getShowAvatars()
public
getShowAvatars() : bool|null
getStub()
public
getStub() : mixed
getStubOptions()
public
getStubOptions() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getTextColor()
public
getTextColor() : array<string|int, mixed>
Return values
array<string|int, mixed>
getTitle()
public
getTitle() : string
getTitleNode()
public
getTitleNode() : TextNode|null
isVisible()
public
isVisible() : bool
jsonSerialize()
public
jsonSerialize() : mixed
setBgColor()
public
setBgColor(array<string|int, mixed> $bgColor) : self
Parameters
-
$bgColor
: array<string|int, mixed>
-
public
setFooter(string $footer[, array<string|int, mixed> $options = [] ]) : self
Parameters
-
$footer
: string
-
-
$options
: array<string|int, mixed>
= []
-
public
setHeader(string $header[, array<string|int, mixed> $options = [] ]) : self
Parameters
-
$header
: string
-
-
$options
: array<string|int, mixed>
= []
-
setIcon()
public
setIcon(array<string|int, mixed> $icon) : self
Parameters
-
$icon
: array<string|int, mixed>
-
setItemMaxDepth()
public
setItemMaxDepth(int $depth) : self
Parameters
-
$depth
: int
-
setItemOrder()
public
setItemOrder(array<string|int, mixed> $order) : self
Parameters
-
$order
: array<string|int, mixed>
-
setShowAvatars()
public
setShowAvatars(bool $flag) : self
Parameters
-
$flag
: bool
-
setStub()
public
setStub(mixed $stub) : self
Parameters
-
$stub
: mixed
-
setStubOptions()
public
setStubOptions(array<string|int, mixed> $options) : self
Parameters
-
$options
: array<string|int, mixed>
-
setTextColor()
public
setTextColor(array<string|int, mixed> $textColor) : self
Parameters
-
$textColor
: array<string|int, mixed>
-
setTitle()
public
setTitle(mixed $title) : self
Parameters
-
$title
: mixed
-
setVisible()
public
setVisible(bool $flag) : self
Parameters
-
$flag
: bool
-