• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook/page.php
  • Класс: BitrixLandingHookPage
  • Вызов: Page::fieldsHash
public function fieldsHash()
{
	$hash = '';
	$hash .= implode('.', array_keys($this->fields));
	$hash .= implode('.', array_values($this->fields));
	$hash = md5($hash);

	return $hash;
}