• Модуль: webservice
  • Путь к файлу: ~/bitrix/modules/webservice/classes/general/soap/soapbase.php
  • Класс: CSOAPParameter
  • Вызов: CSOAPParameter::__construct
public function __construct( $name, $value)
    {
        $this->Name = $name;
        $this->Value = $value;
    }