PHP Class WSDL\Lexer\TokenObject

Author: Piotr Olaszewski ([email protected])
ファイルを表示 Open project: piotrooo/wsdl-creator Class Usage Examples

Public Methods

Method Description
create ( string $name, string $value ) : TokenObject
getName ( ) : string
getValue ( ) : string

Private Methods

Method Description
__construct ( string $name, string $value )

Method Details

create() public static method

public static create ( string $name, string $value ) : TokenObject
$name string
$value string
return TokenObject

getName() public method

public getName ( ) : string
return string

getValue() public method

public getValue ( ) : string
return string