Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Parser

Открытые статические члены

static textToBlocks (string $text, array $params=[])
 

Открытые атрибуты

const ACTION_DOWNLOAD_FILE = '/bitrix/tools/disk/uf.php?attachedId=#attachedId#&action=download&ncc=1'
 

Защищенные статические члены

static convertText (string $text)
 
static getVideoContent (string $videoSrc)
 
static getImgContent ($attacheId, array $files=[])
 
static replaceFilesInContent (string $text, array $files=[])
 
static getBlockFromNode (\Bitrix\Main\Web\DOM\Node $node, array $params=[])
 

Подробное описание

См. определение в файле parser.php строка 8

Методы

◆ convertText()

static convertText ( string $text)
staticprotected

Returns converted to html bb text.

Аргументы
string$textText to convert.
Возвращает
string

См. определение в файле parser.php строка 20

◆ getBlockFromNode()

static getBlockFromNode ( \Bitrix\Main\Web\DOM\Node $node,
array $params = [] )
staticprotected

Returns block info from DOM Node.

Аргументы
DOM\Node$nodeNode instance.
array$paramsAdditional params.
Возвращает
array|null

См. определение в файле parser.php строка 144

◆ getImgContent()

static getImgContent ( $attacheId,
array $files = [] )
staticprotected

Returns img content by attache id.

Аргументы
int | string$attacheIdAttache id.
array$filesFiles array.
Возвращает
array|null

См. определение в файле parser.php строка 69

◆ getVideoContent()

static getVideoContent ( string $videoSrc)
staticprotected

Returns video data by video src.

Аргументы
string$videoSrcVideo source url.
Возвращает
array|null

См. определение в файле parser.php строка 47

◆ replaceFilesInContent()

static replaceFilesInContent ( string $text,
array $files = [] )
staticprotected

Replaces files in text content.

Аргументы
string$textContent.
array$filesFiles array.
Возвращает
string

См. определение в файле parser.php строка 106

◆ textToBlocks()

static textToBlocks ( string $text,
array $params = [] )
static

Converts bb text to semantic blocks.

Аргументы
string$textBB text.
array$paramsAdditional params.
Возвращает
array

См. определение в файле parser.php строка 212

Данные класса

◆ ACTION_DOWNLOAD_FILE

const ACTION_DOWNLOAD_FILE = '/bitrix/tools/disk/uf.php?attachedId=#attachedId#&action=download&ncc=1'

Download URL for files in text.

См. определение в файле parser.php строка 13