Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
renderable.php
1<?php
2
4
5interface Renderable
6{
14 public function render($jsInit = true);
15}