Your IP : 172.69.214.232


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/ui/lib/contract/
Upload File :
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);
}