• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/role.php
  • Класс: BitrixLandingRole
  • Вызов: Role::setExpectedType
static function setExpectedType($type)
{
	if (is_string($type) || $type === null)
	{
		self::$expectedType = $type;
	}
}