Table of Contents
Constants
-
BACKGROUND_COLOR_DEFAULT
= 'default'
-
BACKGROUND_COLOR_NONE
= 'none'
-
BACKGROUND_COLOR_WARNING
= 'warning'
-
SCOPE_MOBILE
= 'mobile'
-
SCOPE_WEB
= 'web'
-
STYLE_PILL
= 'pill'
-
STYLE_PILL_INLINE_GROUP
= 'pill-inline-group'
-
STYLE_TEXT
= 'text'
Methods
-
getAction()
: Action|null
-
getBackgroundColor()
: string|null
-
getColor()
: string|null
-
getDate()
: DateTime|null
-
getDecoration()
: string|null
-
getDuration()
: int|null
-
getFontSize()
: string|null
-
getFontWeight()
: string|null
-
getFormat()
: string|null
-
getIsBold()
: bool|null
-
getRendererName()
: string
-
getScope()
: string|null
-
getSort()
: int|null
-
getStyle()
: string
-
getTitle()
: string|null
-
isReadonly()
: bool|null
-
isWithTime()
: bool
-
setAction()
: self
-
setBackgroundColor()
: self
-
setColor()
: self
-
setDate()
: self
-
setDecoration()
: self
-
setDuration()
: self
-
setFontSize()
: self
-
setFontWeight()
: self
-
setFormat()
: Date
-
setIsBold()
: self
-
setReadonly()
: self
-
setScope()
: self
-
setScopeMobile()
: self
-
setScopeWeb()
: self
-
setSort()
: self
-
setStyle()
: self
-
setTitle()
: self
-
setWithTime()
: self
-
toArray()
: array<string|int, mixed>
BACKGROUND_COLOR_DEFAULT
public
mixed
BACKGROUND_COLOR_DEFAULT
= 'default'
BACKGROUND_COLOR_NONE
public
mixed
BACKGROUND_COLOR_NONE
= 'none'
BACKGROUND_COLOR_WARNING
public
mixed
BACKGROUND_COLOR_WARNING
= 'warning'
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
STYLE_PILL
public
mixed
STYLE_PILL
= 'pill'
STYLE_PILL_INLINE_GROUP
public
mixed
STYLE_PILL_INLINE_GROUP
= 'pill-inline-group'
STYLE_TEXT
public
mixed
STYLE_TEXT
= 'text'
getAction()
public
getAction() : Action|null
getBackgroundColor()
public
getBackgroundColor() : string|null
Return values
string|null
getColor()
public
getColor() : string|null
Return values
string|null
getDate()
public
getDate() : DateTime|null
getDecoration()
public
getDecoration() : string|null
Return values
string|null
getDuration()
public
getDuration() : int|null
getFontSize()
public
getFontSize() : string|null
Return values
string|null
getFontWeight()
public
getFontWeight() : string|null
Return values
string|null
public
getFormat() : string|null
Return values
string|null
getIsBold()
public
getIsBold() : bool|null
getRendererName()
public
getRendererName() : string
getScope()
public
getScope() : string|null
Return values
string|null
getSort()
public
getSort() : int|null
getStyle()
public
getStyle() : string
getTitle()
public
getTitle() : string|null
Return values
string|null
isReadonly()
public
isReadonly() : bool|null
isWithTime()
public
isWithTime() : bool
setAction()
public
setAction(Action|null $action) : self
Parameters
-
$action
: Action|null
-
setBackgroundColor()
public
setBackgroundColor(string|null $backgroundColor) : self
Parameters
-
$backgroundColor
: string|null
-
setColor()
public
setColor(string|null $color) : self
Parameters
-
$color
: string|null
-
setDate()
public
setDate(DateTime|null $date) : self
Parameters
-
$date
: DateTime|null
-
setDecoration()
public
setDecoration(string|null $decoration) : self
Parameters
-
$decoration
: string|null
-
setDuration()
public
setDuration(int|null $duration) : self
Parameters
-
$duration
: int|null
-
setFontSize()
public
setFontSize(string|null $fontSize) : self
Parameters
-
$fontSize
: string|null
-
setFontWeight()
public
setFontWeight(string|null $fontWeight) : self
Parameters
-
$fontWeight
: string|null
-
public
setFormat(string|null $format) : Date
Parameters
-
$format
: string|null
-
setIsBold()
public
setIsBold(bool|null $isBold) : self
Parameters
-
$isBold
: bool|null
-
setReadonly()
public
setReadonly(bool $isReadonly) : self
Parameters
-
$isReadonly
: bool
-
setScope()
public
setScope(string|null $scope) : self
Parameters
-
$scope
: string|null
-
setScopeMobile()
public
setScopeMobile() : self
setScopeWeb()
public
setScopeWeb() : self
setSort()
public
setSort(int|null $sort) : self
Parameters
-
$sort
: int|null
-
setStyle()
public
setStyle(string $style) : self
Parameters
-
$style
: string
-
setTitle()
public
setTitle(string|null $title) : self
Parameters
-
$title
: string|null
-
setWithTime()
public
setWithTime([bool $withTime = true ]) : self
Parameters
-
$withTime
: bool
= true
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>