Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Token::__construct PHP Method

__construct() public method

public __construct ( string $value, TokenType $type )
$value string
$type TokenType
    public function __construct(string $value, TokenType $type)
    {
        $this->value = $value;
        $this->type = $type;
    }