PHP Class Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Token

Datei anzeigen Open project: nelmio/alice Class Usage Examples

Public Methods

Method Description
__construct ( string $value, TokenType $type )
__toString ( )
getType ( ) : string
getValue ( ) : string
withValue ( string $value ) : self

Method Details

__construct() public method

public __construct ( string $value, TokenType $type )
$value string
$type TokenType

__toString() public method

public __toString ( )

getType() public method

public getType ( ) : string
return string

getValue() public method

public getValue ( ) : string
return string

withValue() public method

public withValue ( string $value ) : self
$value string
return self