Header
extends Base
Table of Contents
Methods
-
addTag()
: self
-
getChangeStreamButton()
: ChangeStreamButton|null
-
getDate()
: DateTime|null
-
getDatePlaceholder()
: string|null
-
getInfoHelper()
: InfoHelper|null
-
getTagById()
: Tag|null
-
getTags()
: array<string|int, Tag>
-
getTitle()
: string|null
-
getTitleAction()
: Action|null
-
getUser()
: User|null
-
setChangeStreamButton()
: self
-
setColorSettings()
: Header
-
setDate()
: self
-
setDatePlaceholder()
: self
-
setInfoHelper()
: self
-
setTags()
: $this
-
setTitle()
: self
-
setTitleAction()
: self
-
setUser()
: self
-
toArray()
: array<string|int, mixed>
addTag()
public
addTag(string $id, Tag $tag) : self
Parameters
-
$id
: string
-
-
$tag
: Tag
-
public
getChangeStreamButton() : ChangeStreamButton|null
getDate()
public
getDate() : DateTime|null
getDatePlaceholder()
public
getDatePlaceholder() : string|null
Return values
string|null
getInfoHelper()
public
getInfoHelper() : InfoHelper|null
getTagById()
public
getTagById(string $id) : Tag|null
Parameters
-
$id
: string
-
public
getTags() : array<string|int, Tag>
Return values
array<string|int, Tag>
getTitle()
public
getTitle() : string|null
Return values
string|null
getTitleAction()
public
getTitleAction() : Action|null
getUser()
public
getUser() : User|null
public
setChangeStreamButton(ChangeStreamButton|null $changeStreamButton) : self
Parameters
-
$changeStreamButton
: ChangeStreamButton|null
-
setColorSettings()
public
setColorSettings(array<string|int, mixed>|null $colorSettings) : Header
Parameters
-
$colorSettings
: array<string|int, mixed>|null
-
setDate()
public
setDate(DateTime|null $date) : self
Parameters
-
$date
: DateTime|null
-
setDatePlaceholder()
public
setDatePlaceholder(string|null $placeholder) : self
Parameters
-
$placeholder
: string|null
-
setInfoHelper()
public
setInfoHelper(InfoHelper|null $infoHelper) : self
Parameters
-
$infoHelper
: InfoHelper|null
-
public
setTags(array<string|int, Tag> $tags) : $this
Parameters
-
$tags
: array<string|int, Tag>
-
setTitle()
public
setTitle(string|null $title) : self
Parameters
-
$title
: string|null
-
setTitleAction()
public
setTitleAction(Action|null $titleAction) : self
Parameters
-
$titleAction
: Action|null
-
setUser()
public
setUser(User|null $user) : self
Parameters
-
$user
: User|null
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>