• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/entity/base.php
  • Класс: BitrixSenderEntityBase
  • Вызов: Base::__construct
public function __construct($id = null)
{
	$this->errors = new ErrorCollection();
	$this->setData($this->getDefaultData());

	if ($id)
	{
		$this->load($id);
	}
}