• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/util/form/compositeform.php
  • Класс: BitrixTimemanUtilFormCompositeForm
  • Вызов: CompositeForm::__set
public function __set($name, $value)
{
	if (in_array($name, array_keys($this->getInternalForms()), true))
	{
		$this->nestedForms[$name] = $value;
	}
}