• Модуль: wiki
  • Путь к файлу: ~/bitrix/modules/wiki/lib/diff.php
  • Класс: BitrixWikiDiff
  • Вызов: Diff::init
protected function init()
{
	$this->upVector = array();
	$this->downVector = array();
	$this->modifiedA = array();
	$this->modifiedB = array();
}