PHP Class WSDL\Parser\Node

Author: Piotr Olaszewski ([email protected])
Afficher le fichier Open project: piotrooo/wsdl-creator Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $type, string $name, boolean $isArray, array $elements = [] )
getElements ( ) : Node[]
getName ( ) : string
getNameForArray ( ) : string
getNameForObject ( ) : string
getSanitizedName ( ) : string
getType ( ) : string
isArray ( ) : boolean
isObject ( ) : boolean

Method Details

__construct() public méthode

public __construct ( string $type, string $name, boolean $isArray, array $elements = [] )
$type string
$name string
$isArray boolean
$elements array

getElements() public méthode

public getElements ( ) : Node[]
Résultat Node[]

getName() public méthode

public getName ( ) : string
Résultat string

getNameForArray() public méthode

public getNameForArray ( ) : string
Résultat string

getNameForObject() public méthode

public getNameForObject ( ) : string
Résultat string

getSanitizedName() public méthode

public getSanitizedName ( ) : string
Résultat string

getType() public méthode

public getType ( ) : string
Résultat string

isArray() public méthode

public isArray ( ) : boolean
Résultat boolean

isObject() public méthode

public isObject ( ) : boolean
Résultat boolean