ChangeStreamButton
extends Base
uses
Actionable
Table of Contents
Constants
-
TYPE_COMPLETE
= 'complete'
-
TYPE_PIN
= 'pin'
-
TYPE_UNPIN
= 'unpin'
Methods
-
getAction()
: Action|null
-
getDisableIfReadonly()
: bool|null
-
getPinTitle()
: string
-
getTitle()
: string|null
-
getType()
: string
-
getUnpinTitle()
: string
-
setAction()
: self
-
setDisableIfReadonly()
: self
-
setTitle()
: self
-
setType()
: self
-
setTypeComplete()
: self
-
setTypePin()
: self
-
setTypeUnpin()
: self
-
toArray()
: array<string|int, mixed>
TYPE_COMPLETE
public
mixed
TYPE_COMPLETE
= 'complete'
TYPE_PIN
public
mixed
TYPE_PIN
= 'pin'
TYPE_UNPIN
public
mixed
TYPE_UNPIN
= 'unpin'
getAction()
public
getAction() : Action|null
getDisableIfReadonly()
public
getDisableIfReadonly() : bool|null
getPinTitle()
public
static getPinTitle() : string
getTitle()
public
getTitle() : string|null
Return values
string|null
getType()
public
getType() : string
getUnpinTitle()
public
static getUnpinTitle() : string
setAction()
public
setAction(Action|null $action) : self
Parameters
-
$action
: Action|null
-
setDisableIfReadonly()
public
setDisableIfReadonly([bool|null $disableIfReadonly = true ]) : self
Parameters
-
$disableIfReadonly
: bool|null
= true
-
setTitle()
public
setTitle(string|null $title) : self
Parameters
-
$title
: string|null
-
setType()
public
setType(string $type) : self
Parameters
-
$type
: string
-
setTypeComplete()
public
setTypeComplete() : self
setTypePin()
public
setTypePin() : self
setTypeUnpin()
public
setTypeUnpin() : self
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>