Token
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- Token constructor.
- getLine() : int
- getName() : string
- getValue() : string
Properties
$line
private
int
$line
$name
private
string
$name
$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
intgetName()
public
getName() : string
Return values
stringgetValue()
public
getValue() : string