public static function Role::fetchAll( $type );
Получить список ролей. Вернет массив всех ролей.
Без параметров
if (\Bitrix\Main\Loader::includeModule('landing')) { print_r(\Bitrix\Landing\Role::fetchAll()); }