• Модуль: forum
  • Путь к файлу: ~/bitrix/modules/forum/classes/general/functions.php
  • Класс: CForumAutosave
  • Вызов: CForumAutosave::__construct
public function __construct()
{
	echo CJSCore::Init(array('autosave'), true);
	$this->as = new CAutoSave();
}