См. определение в файле displayproperties.php строка 5
◆ __construct()
| __construct |
( |
Node | $node, |
|
|
array | $properties = [], |
|
|
array | $defaultProperties = [] ) |
◆ getDefaultProperties()
◆ getNodeProperties()
| getNodeProperties |
( |
Node | $node | ) |
|
|
protected |
◆ getProperties()
◆ isBlockTag()
Returns true if html-tag with this $tagName displays as block by default.
- Аргументы
-
- Возвращает
- bool
См. определение в файле displayproperties.php строка 136
◆ isBoldTag()
Returns true if html-tag with this $tagName has bold font-weight by default.
- Аргументы
-
- Возвращает
- bool
См. определение в файле displayproperties.php строка 156
◆ isDeletedTag()
Returns true if html-tag with this $tagName renders as 'deleted' by default.
- Аргументы
-
- Возвращает
- bool
См. определение в файле displayproperties.php строка 198
◆ isDisplayBlock()
◆ isDisplayInline()
◆ isFontBold()
◆ isFontDeleted()
◆ isFontItalic()
◆ isFontUnderlined()
◆ isHidden()
◆ isHiddenNode()
| isHiddenNode |
( |
Node | $node | ) |
|
|
protected |
Returns true if this node should be rendered.
- Аргументы
-
| \Bitrix\Main\Web\DOM\Node | $node | |
- Возвращает
- bool
См. определение в файле displayproperties.php строка 121
◆ isItalicTag()
Returns true if html-tag with this $tagName has italic font-style by default.
- Аргументы
-
- Возвращает
- bool
См. определение в файле displayproperties.php строка 172
◆ isUnderlinedTag()
| isUnderlinedTag |
( |
| $tagName | ) |
|
|
protected |
Returns true if html-tag with this $tagName has underlined font-decoration by default.
- Аргументы
-
- Возвращает
- bool
См. определение в файле displayproperties.php строка 187
◆ $properties
◆ DISPLAY
◆ DISPLAY_BLOCK
| const DISPLAY_BLOCK = 'block' |
◆ DISPLAY_HIDDEN
| const DISPLAY_HIDDEN = 'hidden' |
◆ DISPLAY_INLINE
| const DISPLAY_INLINE = 'inline' |
◆ FONT
◆ FONT_BOLD
◆ FONT_DELETED
| const FONT_DELETED = 'deleted' |
◆ FONT_ITALIC
| const FONT_ITALIC = 'italic' |
◆ FONT_NORMAL
| const FONT_NORMAL = 'normal' |
◆ FONT_UNDERLINED
| const FONT_UNDERLINED = 'underlined' |
Объявления и описания членов класса находятся в файле: