Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
jsexpression.php
1<?php
9namespace Bitrix\Main\Text;
10
17{
19 protected $expression;
20
22 {
23 $this->expression = $expression;
24 }
25
26 function __toString()
27 {
28 return $this->expression;
29 }
30}