• Модуль: wiki
  • Путь к файлу: ~/bitrix/modules/wiki/classes/general/wiki_categories.php
  • Класс: CWikiCategoryParams
  • Вызов: CWikiCategoryParams::clear
public function clear($bClearTemplate = false)
{
	$this->sName = $this->sTitle = $this->sLink = "";
	$this->iItemsCount = 0;
	$this->bIsRed = false;

	if($bClearTemplate)
		$this->sPathTemplate = "";

	return true;
}