PHP 클래스 Phpro\SoapClient\CodeGenerator\Model\Type

파일 보기 프로젝트 열기: phpro/soap-client 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $namespace, string $xsdName, array $properties ) TypeModel constructor.
getFullName ( ) : string
getName ( ) : string
getNamespace ( ) : string
getPathname ( $destination ) : string
getProperties ( ) : Property[]
getXsdName ( ) : string

메소드 상세

__construct() 공개 메소드

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

getFullName() 공개 메소드

public getFullName ( ) : string
리턴 string

getName() 공개 메소드

public getName ( ) : string
리턴 string

getNamespace() 공개 메소드

public getNamespace ( ) : string
리턴 string

getPathname() 공개 메소드

public getPathname ( $destination ) : string
$destination
리턴 string

getProperties() 공개 메소드

public getProperties ( ) : Property[]
리턴 Property[]

getXsdName() 공개 메소드

public getXsdName ( ) : string
리턴 string