1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
pushcommand.php
См. документацию.
1<?php
2
3namespace Bitrix\Socialnetwork\Integration\Pull;
4
5abstract class PushCommand
6{
7 public const PULL_UNSUBSCRIBE = 'pull_unsubscribe';
8}