• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/compositeactivity.php
  • Класс: CBPCompositeActivity
  • Вызов: CBPCompositeActivity::fixUpParentChildRelationship
public function fixUpParentChildRelationship(CBPActivity $nestedActivity)
{
	parent::FixUpParentChildRelationship($nestedActivity);

	if (!is_array($this->arActivities))
		$this->arActivities = array();

	$this->arActivities[] = $nestedActivity;
}