Property | Type | Description | |
---|---|---|---|
$types | array | List of PHP reserved types from config file |
Method | Description | |
---|---|---|
instance ( $filename = null ) : |
||
isAnonymous ( string $xsdType ) : boolean | ||
isXsd ( string $xsdType ) : boolean | ||
phpType ( string $xsdType ) : string |
Method | Description | |
---|---|---|
__construct ( string $filename ) | ||
parseXsdTypes ( string $filename ) : |
public static instance ( $filename = null ) : |
||
return |
public static isAnonymous ( string $xsdType ) : boolean | ||
$xsdType | string | |
return | boolean |
protected parseXsdTypes ( string $filename ) : |
||
$filename | string | |
return |
protected array $types | ||
return | array |