PHP Class WsdlToPhp\PackageGenerator\ConfigurationReader\XsdTypes

Inheritance: extends AbstractYamlReader
Afficher le fichier Open project: wsdltophp/packagegenerator Class Usage Examples

Protected Properties

Свойство Type Description
$types array List of PHP reserved types from config file

Méthodes publiques

Méthode Description
instance ( $filename = null ) : XsdTypes
isAnonymous ( string $xsdType ) : boolean
isXsd ( string $xsdType ) : boolean
phpType ( string $xsdType ) : string

Méthodes protégées

Méthode Description
__construct ( string $filename )
parseXsdTypes ( string $filename ) : XsdTypes

Method Details

__construct() protected méthode

protected __construct ( string $filename )
$filename string

instance() public static méthode

public static instance ( $filename = null ) : XsdTypes
Résultat XsdTypes

isAnonymous() public static méthode

public static isAnonymous ( string $xsdType ) : boolean
$xsdType string
Résultat boolean

isXsd() public méthode

public isXsd ( string $xsdType ) : boolean
$xsdType string
Résultat boolean

parseXsdTypes() protected méthode

protected parseXsdTypes ( string $filename ) : XsdTypes
$filename string
Résultat XsdTypes

phpType() public méthode

public phpType ( string $xsdType ) : string
$xsdType string
Résultat string

Property Details

$types protected_oe property

List of PHP reserved types from config file
protected array $types
Résultat array