PHP Class WSDL\Lexer\TokenObject

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

Méthodes publiques

Méthode Description
create ( string $name, string $value ) : TokenObject
getName ( ) : string
getValue ( ) : string

Private Methods

Méthode Description
__construct ( string $name, string $value )

Method Details

create() public static méthode

public static create ( string $name, string $value ) : TokenObject
$name string
$value string
Résultat TokenObject

getName() public méthode

public getName ( ) : string
Résultat string

getValue() public méthode

public getValue ( ) : string
Résultat string