• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/lib/protobuf/sendertype.php
  • Класс: BitrixPullProtobufSenderType
  • Вызов: SenderType::BACKEND
static function BACKEND()
    {
        if (self::$BACKEND !== null) {
            return self::$BACKEND;
        }

        return self::$BACKEND = new self('BACKEND', self::BACKEND_VALUE);
    }