• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/lib/push/service/apple.php
  • Класс: BitrixPullPushServiceApple
  • Вызов: Apple::getProductionBatch
public function getProductionBatch($appMessages)
{
	return $this->getBatchWithModifier($appMessages, ";" . $this->productionModifier . ";");
}