• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook/page.php
  • Класс: BitrixLandingHookPage
  • Вызов: Page::getCode
public function getCode()
{
	$class = new ReflectionClass($this);
	return mb_strtoupper($class->getShortName());
}