PHP Class WSDL\Parser\Node

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

Public Methods

Method 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 method

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

getElements() public method

public getElements ( ) : Node[]
return Node[]

getName() public method

public getName ( ) : string
return string

getNameForArray() public method

public getNameForArray ( ) : string
return string

getNameForObject() public method

public getNameForObject ( ) : string
return string

getSanitizedName() public method

public getSanitizedName ( ) : string
return string

getType() public method

public getType ( ) : string
return string

isArray() public method

public isArray ( ) : boolean
return boolean

isObject() public method

public isObject ( ) : boolean
return boolean