PHP 클래스 WsdlToPhp\PackageGenerator\ConfigurationReader\XsdTypes

상속: extends AbstractYamlReader
파일 보기 프로젝트 열기: wsdltophp/packagegenerator 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$types array List of PHP reserved types from config file

공개 메소드들

메소드 설명
instance ( $filename = null ) : XsdTypes
isAnonymous ( string $xsdType ) : boolean
isXsd ( string $xsdType ) : boolean
phpType ( string $xsdType ) : string

보호된 메소드들

메소드 설명
__construct ( string $filename )
parseXsdTypes ( string $filename ) : XsdTypes

메소드 상세

__construct() 보호된 메소드

protected __construct ( string $filename )
$filename string

instance() 공개 정적인 메소드

public static instance ( $filename = null ) : XsdTypes
리턴 XsdTypes

isAnonymous() 공개 정적인 메소드

public static isAnonymous ( string $xsdType ) : boolean
$xsdType string
리턴 boolean

isXsd() 공개 메소드

public isXsd ( string $xsdType ) : boolean
$xsdType string
리턴 boolean

parseXsdTypes() 보호된 메소드

protected parseXsdTypes ( string $filename ) : XsdTypes
$filename string
리턴 XsdTypes

phpType() 공개 메소드

public phpType ( string $xsdType ) : string
$xsdType string
리턴 string

프로퍼티 상세

$types 보호되어 있는 프로퍼티

List of PHP reserved types from config file
protected array $types
리턴 array