| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/ui/lib/contract/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/ui/lib/contract/renderable.php |
<?php
namespace Bitrix\UI\Contract;
interface Renderable
{
/**
* Returns content as string.
*
* @param bool $jsInit
*
* @return string
*/
public function render($jsInit = true);
}