php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
SoapHeader Class Reference

Public Member Functions

 __construct (string $namespace, string $name, mixed $data=UNKNOWN, bool $mustUnderstand=false, string|int|null $actor=null)
 

Data Fields

string $namespace
 
string $name
 
mixed $data = null
 
bool $mustUnderstand
 
string int null $actor
 

Detailed Description

Definition at line 460 of file soap.stub.php.

Constructor & Destructor Documentation

◆ __construct()

SoapHeader::__construct ( string $namespace,
string $name,
mixed $data = UNKNOWN,
bool $mustUnderstand = false,
string|int|null $actor = null )

Definition at line 468 of file soap.stub.php.

Field Documentation

◆ $actor

string int null SoapHeader::$actor

Definition at line 466 of file soap.stub.php.

◆ $data

mixed SoapHeader::$data = null

Definition at line 464 of file soap.stub.php.

◆ $mustUnderstand

bool SoapHeader::$mustUnderstand

Definition at line 465 of file soap.stub.php.

◆ $name

string SoapHeader::$name

Definition at line 463 of file soap.stub.php.

◆ $namespace

string SoapHeader::$namespace

Definition at line 462 of file soap.stub.php.


The documentation for this class was generated from the following file: