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

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

static replace ($template, array $data, $isCut=false)
 
static formatArrayToText (array $list)
 

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

static cut ($template, array $data)
 

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

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

Методы

◆ cut()

static cut ( $template,
array $data )
staticprotected

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

◆ formatArrayToText()

static formatArrayToText ( array $list)
static

Format array to text.

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

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

◆ replace()

static replace ( $template,
array $data,
$isCut = false )
static

Replace template by data.

Аргументы
string$templateTemplate text.
array$dataReplace data.
bool$isCutIs cut areas if empty data.
Возвращает
string

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