• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/block.php
  • Класс: BitrixLandingof
  • Вызов: of::getBlockClass
public function getBlockClass()
{
	$class = $this->getClass();
	$class = !empty($class) ? $class[0] : null;
	if ($class !== null)
	{
		return $this->includeBlockClass($class);
	}

	return null;
}