| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/lib/page/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/main/lib/page/assetshowtargettype.php |
<?php
namespace Bitrix\Main\Page;
class AssetShowTargetType
{
const ALL = 0;
const KERNEL = 1;
const TEMPLATE_PAGE = 2;
const BODY = 3;
}
?>