|
static | cut ($template, array $data) |
|
См. определение в файле text.php строка 18
◆ cut()
static cut |
( |
| $template, |
|
|
array | $data ) |
|
staticprotected |
◆ formatArrayToText()
static formatArrayToText |
( |
array | $list | ) |
|
|
static |
Format array to text.
- Аргументы
-
- Возвращает
- string
См. определение в файле text.php строка 153
◆ replace()
static replace |
( |
| $template, |
|
|
array | $data, |
|
|
| $isCut = false ) |
|
static |
Replace template by data.
- Аргументы
-
string | $template | Template text. |
array | $data | Replace data. |
bool | $isCut | Is cut areas if empty data. |
- Возвращает
- string
См. определение в файле text.php строка 28