SoapHeader
class SoapHeader (View source)
Represents a SOAP header.
Properties
|
string
Since: 8.1
|
$namespace | ||
|
string
Since: 8.1
|
$name | ||
|
mixed
Since: 8.1
|
$data | ||
|
bool
Since: 8.1
|
$mustUnderstand | ||
|
string|int|null
Since: 8.1
|
$actor |
Methods
__construct(string $namespace, string $name, mixed $data, bool $mustUnderstand = false, string $actor = null)
SoapHeader constructor
SoapHeader(string $namespace, string $name, mixed $data = null, bool $mustunderstand = false, string $actor = null)
SoapHeader constructor
Details
__construct(string $namespace, string $name, mixed $data, bool $mustUnderstand = false, string $actor = null)
Since: 5.0.1
SoapHeader constructor
SoapHeader(string $namespace, string $name, mixed $data = null, bool $mustunderstand = false, string $actor = null)
Since: 5.0.1
SoapHeader constructor