• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/fieldtype.php
  • Класс: BitrixBizprocname
  • Вызов: name::setTypeClass
public function setTypeClass($typeClass)
{
	if (is_subclass_of($typeClass, 'BitrixBizprocBaseTypeBase'))
	{
		$this->typeClass = $typeClass;
	}
	else
		throw new MainArgumentException('Incorrect type class.');

	return $this;
}