• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/publicaction/role.php
  • Класс: Bitrix\Landing\PublicAction\Role
  • Вызов: Role::getRights
static function getRights($id)
{
	$id = (int)$id;
	$result = new PublicActionResult();
	$result->setResult(
		RoleCore::getRights($id)
	);
	return $result;
}