Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/catalog/lib/Access/Rule/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/catalog/lib/Access/Rule/StoreAnalyticViewRule.php

<?php

namespace Bitrix\Catalog\Access\Rule;

use Bitrix\Catalog\Access\Model\StoreDocumentElement;
use \Bitrix\Catalog\Access\Permission\PermissionDictionary;

class StoreAnalyticViewRule extends VariableRule
{
	protected function loadAvailableValues(): array
	{
		return array_column(PermissionDictionary::getStoreAnalyticVariables(), 'id');
	}
}