• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/classes/general/subelement.php
  • Класс: CAdminSubForm
  • Вызов: CAdminSubForm::GetListPostParams
public function GetListPostParams($boolType = false, $boolJS = false)
{
	$boolType = (true == $boolType ? true : false);
	if ($boolType)
	{
		$boolJS = (true == $boolJS ? true : false);
		return ($boolJS ? CUtil::PhpToJsObject($this->arListPostParams) : $this->arListPostParams);
	}
	else
	{
		return $this->strListPostParams;
	}
}