| 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/assetmode.php |
<?php
namespace Bitrix\Main\Page;
class AssetMode
{
const STANDARD = 1;
const COMPOSITE = 2;
const SPECIAL = 4;
const ALL = 7;
}
?>