Bitrix API

DisplayProperties

Table of Contents

Constants

DISPLAY  = 'display'
DISPLAY_BLOCK  = 'block'
DISPLAY_HIDDEN  = 'hidden'
DISPLAY_INLINE  = 'inline'
FONT  = 'font'
FONT_BOLD  = 'bold'
FONT_DELETED  = 'deleted'
FONT_ITALIC  = 'italic'
FONT_NORMAL  = 'normal'
FONT_UNDERLINED  = 'underlined'

Methods

__construct()  : mixed
getProperties()  : array<string|int, mixed>
isDisplayBlock()  : bool
isDisplayInline()  : bool
isFontBold()  : bool
isFontDeleted()  : bool
isFontItalic()  : bool
isFontUnderlined()  : bool
isHidden()  : bool

Constants

Methods

__construct()

public __construct(Node $node[, array<string|int, mixed> $properties = [] ][, array<string|int, mixed> $defaultProperties = [] ]) : mixed
Parameters
$node : Node
$properties : array<string|int, mixed> = []
$defaultProperties : array<string|int, mixed> = []

getProperties()

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

        
On this page

Search results