PHP Class Phpro\SoapClient\CodeGenerator\Model\TypeMap

Show file Open project: phpro/soap-client Class Usage Examples

Public Methods

Method Description
__construct ( string $namespace, array $types ) TypeMap constructor.
fromSoapClient ( string $namespace, SoapClient $client ) : TypeMap
getNamespace ( ) : string
getTypes ( ) : array | Type[]

Method Details

__construct() public method

TypeMap constructor.
public __construct ( string $namespace, array $types )
$namespace string
$types array

fromSoapClient() public static method

public static fromSoapClient ( string $namespace, SoapClient $client ) : TypeMap
$namespace string
$client Phpro\SoapClient\Soap\SoapClient
return TypeMap

getNamespace() public method

public getNamespace ( ) : string
return string

getTypes() public method

public getTypes ( ) : array | Type[]
return array | Type[]