• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/lib/imapcommands/syncinternalmanager.php
  • Класс: BitrixMailImapCommandsSyncInternalManager
  • Вызов: SyncInternalManager::__construct
public function __construct($mailboxId, $messagesIds, $userId = null)
{
	$this->mailboxId = $mailboxId;
	if (!is_array($messagesIds))
	{
		$messagesIds = [$messagesIds];
	}
	$this->messagesIds = $messagesIds;
	$this->userId = $userId;
	$this->repository = $this->getRepository();
	$this->mailboxHelper = $this->getMailClientHelper();
}