Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
simple.php
1<?php
2
4
6
12class Simple
13{
19 public static function printScript()
20 {
21 $content = (new WebPacker\Builder())
22 ->addExtension('ui.webpacker.example.simple')
23 ->stringify();
24
25 echo '<script>' . ($content) . '</script>';
26 }
27}