PHP Class Phpro\SoapClient\CodeGenerator\Model\TypeMap

Afficher le fichier Open project: phpro/soap-client Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

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

fromSoapClient() public static méthode

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

getNamespace() public méthode

public getNamespace ( ) : string
Résultat string

getTypes() public méthode

public getTypes ( ) : array | Type[]
Résultat array | Type[]