• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/lib/helper/mailboxdirectoryhelper.php
  • Класс: BitrixMailHelperMailboxDirectoryHelper
  • Вызов: MailboxDirectoryHelper::__construct
public function __construct($mailboxId)
{
	$this->mailboxId = $mailboxId;
	$this->storage = new MailboxDirectoryStorage($mailboxId);
	$this->errors = new ErrorCollection();
}