• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/lib/imap/bodystructure.php
  • Класс: BitrixMailImapBodyStructure
  • Вызов: BodyStructure::getParams
public function getParams()
{
	if(is_array($this->data[2]))
	{
		return $this->data[2];
	}
	else if(is_string($this->data[2]))
	{
		return ['name' => $this->data[2]];
	}
	else
	{
		return ['name' => 'file'];
	}
}