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

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

공개 메소드들

메소드 설명
__construct ( string $namespace, array $types ) TypeMap constructor.
fromSoapClient ( string $namespace, SoapClient $client ) : TypeMap
getNamespace ( ) : string
getTypes ( ) : array | Type[]

메소드 상세

__construct() 공개 메소드

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

fromSoapClient() 공개 정적인 메소드

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

getNamespace() 공개 메소드

public getNamespace ( ) : string
리턴 string

getTypes() 공개 메소드

public getTypes ( ) : array | Type[]
리턴 array | Type[]