DeadlineAndPingSelector extends ContentBlock
Table of Contents
Constants
- BACKGROUND_GREY = 'gray'
- BACKGROUND_ORANGE = 'orange'
- SCOPE_MOBILE = 'mobile'
- SCOPE_WEB = 'web'
Methods
- getRendererName() : string
- getScope() : string|null
- getSort() : int|null
- setBackgroundColorById() : DeadlineAndPingSelector
- setBackgroundToken() : DeadlineAndPingSelector
- setDeadlineBlock() : self
- setDeadlineBlockTitle() : self
- setIsScheduled() : DeadlineAndPingSelector
- setPingSelectorBlock() : self
- setScope() : self
- setScopeMobile() : self
- setScopeWeb() : self
- setSort() : self
- toArray() : array<string|int, mixed>
Constants
BACKGROUND_GREY
public
mixed
BACKGROUND_GREY
= 'gray'
BACKGROUND_ORANGE
public
mixed
BACKGROUND_ORANGE
= 'orange'
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
Methods
getRendererName()
public
getRendererName() : string
Return values
stringgetScope()
public
getScope() : string|null
Return values
string|nullgetSort()
public
getSort() : int|null
Return values
int|nullsetBackgroundColorById()
public
setBackgroundColorById(string|null $backgroundColorId) : DeadlineAndPingSelector
Parameters
- $backgroundColorId : string|null
Return values
DeadlineAndPingSelectorsetBackgroundToken()
public
setBackgroundToken(string|null $token) : DeadlineAndPingSelector
Parameters
- $token : string|null
Return values
DeadlineAndPingSelectorsetDeadlineBlock()
public
setDeadlineBlock(EditableDate $deadlineBlock) : self
Parameters
- $deadlineBlock : EditableDate
Return values
selfsetDeadlineBlockTitle()
public
setDeadlineBlockTitle(string $title) : self
Parameters
- $title : string
Return values
selfsetIsScheduled()
public
setIsScheduled([bool $isScheduled = true ]) : DeadlineAndPingSelector
Parameters
- $isScheduled : bool = true
Return values
DeadlineAndPingSelectorsetPingSelectorBlock()
public
setPingSelectorBlock(Text|ItemSelector|PingSelector $pingSelectorBlock) : self
Parameters
- $pingSelectorBlock : Text|ItemSelector|PingSelector
Return values
selfsetScope()
public
setScope(string|null $scope) : self
Parameters
- $scope : string|null
Return values
selfsetScopeMobile()
public
setScopeMobile() : self
Return values
selfsetScopeWeb()
public
setScopeWeb() : self
Return values
selfsetSort()
public
setSort(int|null $sort) : self
Parameters
- $sort : int|null
Return values
selftoArray()
public
toArray() : array<string|int, mixed>