• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/model/stage.php
  • Класс: BitrixRpaModelStage
  • Вызов: Stage::getAccessCodesForView
public function getAccessCodesForView(): array
{
	return $this->getUserCodesForAction(UserPermissions::ACTION_VIEW);
}