Bitrix API

Link extends ContentBlock implements TextPropertiesInterface uses Actionable, TextPropertiesMixin

Table of Contents

Interfaces

TextPropertiesInterface

Constants

SCOPE_MOBILE  = 'mobile'
SCOPE_WEB  = 'web'

Methods

getAction()  : Action|null
getColor()  : string|null
getDecoration()  : string|null
getFontSize()  : string|null
getFontWeight()  : string|null
getIcon()  : string|null
getIsBold()  : bool|null
getRendererName()  : string
getRowLimit()  : int|null
getScope()  : string|null
getSort()  : int|null
getTitle()  : string|null
getValue()  : string|null
setAction()  : self
setColor()  : self
setDecoration()  : self
setFontSize()  : self
setFontWeight()  : self
setIcon()  : self
setIsBold()  : self
setRowLimit()  : self
setScope()  : self
setScopeMobile()  : self
setScopeWeb()  : self
setSort()  : self
setTitle()  : self
setValue()  : self
toArray()  : array<string|int, mixed>

Constants

Methods

getIcon()

public getIcon() : string|null
Return values
string|null

getRendererName()

public getRendererName() : string
Return values
string

getRowLimit()

public getRowLimit() : int|null
Return values
int|null

getScope()

public getScope() : string|null
Return values
string|null

getSort()

public getSort() : int|null
Return values
int|null

getValue()

public getValue() : string|null
Return values
string|null

setAction()

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

setColor()

public setColor(string|null $color) : self
Parameters
$color : string|null
Return values
self

setDecoration()

public setDecoration(string|null $decoration) : self
Parameters
$decoration : string|null
Return values
self

setFontSize()

public setFontSize(string|null $fontSize) : self
Parameters
$fontSize : string|null
Return values
self

setFontWeight()

public setFontWeight(string|null $fontWeight) : self
Parameters
$fontWeight : string|null
Return values
self

setIcon()

public setIcon(string|null $icon) : self
Parameters
$icon : string|null
Return values
self

setIsBold()

public setIsBold(bool|null $isBold) : self
Parameters
$isBold : bool|null
Return values
self

setRowLimit()

public setRowLimit(int|null $rowLimit) : self
Parameters
$rowLimit : int|null
Return values
self

setScope()

public setScope(string|null $scope) : self
Parameters
$scope : string|null
Return values
self

setScopeMobile()

public setScopeMobile() : self
Return values
self

setScopeWeb()

public setScopeWeb() : self
Return values
self

setSort()

public setSort(int|null $sort) : self
Parameters
$sort : int|null
Return values
self

setTitle()

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

setValue()

public setValue(string|null $value) : self
Parameters
$value : string|null
Return values
self

toArray()

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

        
On this page

Search results