PHP Class Phpro\SoapClient\CodeGenerator\Model\Type

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

Méthodes publiques

Méthode Description
__construct ( string $namespace, string $xsdName, array $properties ) TypeModel constructor.
getFullName ( ) : string
getName ( ) : string
getNamespace ( ) : string
getPathname ( $destination ) : string
getProperties ( ) : Property[]
getXsdName ( ) : string

Method Details

__construct() public méthode

TypeModel constructor.
public __construct ( string $namespace, string $xsdName, array $properties )
$namespace string
$xsdName string
$properties array

getFullName() public méthode

public getFullName ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

getNamespace() public méthode

public getNamespace ( ) : string
Résultat string

getPathname() public méthode

public getPathname ( $destination ) : string
$destination
Résultat string

getProperties() public méthode

public getProperties ( ) : Property[]
Résultat Property[]

getXsdName() public méthode

public getXsdName ( ) : string
Résultat string