Bitrix API

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>

Constants

Methods

getDisableIfReadonly()

public getDisableIfReadonly() : bool|null
Return values
bool|null

setAction()

public setAction(Action|null $action) : self
Parameters
$action : Action|null
Return values
self

setDisableIfReadonly()

public setDisableIfReadonly([bool|null $disableIfReadonly = true ]) : self
Parameters
$disableIfReadonly : bool|null = true
Return values
self

setTitle()

public setTitle(string|null $title) : self
Parameters
$title : string|null
Return values
self

setType()

public setType(string $type) : self
Parameters
$type : string
Return values
self

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results