PHP Class Phpro\SoapClient\CodeGenerator\Model\Type

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

Public Methods

Method 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 method

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

getFullName() public method

public getFullName ( ) : string
return string

getName() public method

public getName ( ) : string
return string

getNamespace() public method

public getNamespace ( ) : string
return string

getPathname() public method

public getPathname ( $destination ) : string
$destination
return string

getProperties() public method

public getProperties ( ) : Property[]
return Property[]

getXsdName() public method

public getXsdName ( ) : string
return string