11 static public function create($type, array $values =
null)
13 if($type == EntityType::ACTIVITY)
17 elseif($type == EntityType::DEAL)
19 return new Deal($values);
21 elseif($type == EntityType::COMPANY)
25 elseif($type == EntityType::CONTACT)
31 throw new \Bitrix\Main\NotSupportedException(
"BuilderEntity type: '".$type.
"' is not supported in current context");