Documentation

Token
in package

Table of Contents

Properties

$line  : int
$name  : string
$value  : string

Methods

__construct()  : mixed
Token constructor.
getLine()  : int
getName()  : string
getValue()  : string

Properties

$value

private string $value

Methods

__construct()

Token constructor.

public __construct(int $line, string $name, string $value) : mixed
Parameters
$line : int
$name : string
$value : string

getLine()

public getLine() : int
Return values
int

getName()

public getName() : string
Return values
string

getValue()

public getValue() : string
Return values
string

        
On this page

Search results