| Current Path : /var/www/homesaver/www/bitrix/modules/main/lib/engine/response/contentarea/ |
| Current File : /var/www/homesaver/www/bitrix/modules/main/lib/engine/response/contentarea/contentareainterface.php |
<?php
namespace Bitrix\Main\Engine\Response\ContentArea;
interface ContentAreaInterface
{
/**
* @return string
*/
public function getHtml();
}