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

	if ($dir != null)
	{
		return $dir;
	}

	return null;
}