• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/util/collection.php
  • Класс: BitrixTasksUtilCollection
  • Вызов: Collection::export
public function export($exporter = null)
{
	if($exporter === null)
	{
		$exporter = new Canonical(); // todo: object pool here
	}

	return $exporter->export($this);
}