PHP Class Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Token

Afficher le fichier Open project: nelmio/alice Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

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

__toString() public méthode

public __toString ( )

getType() public méthode

public getType ( ) : string
Résultat string

getValue() public méthode

public getValue ( ) : string
Résultat string

withValue() public méthode

public withValue ( string $value ) : self
$value string
Résultat self