SoapHeader クラス

はじめに

SOAP ヘッダをあらわします。

クラス概要

SoapHeader
/* プロパティ */
public string $namespace;
public string $name;
public mixed $data = null;
public bool $mustUnderstand;
public stringintnull $actor;
/* メソッド */
public __construct(
    string $namespace,
    string $name,
    mixed $data = ?,
    bool $mustunderstand = ?,
    string $actor = ?
)

プロパティ

actor

data

mustUnderstand

name

namespace

目次