Beancount PHP Parser Documentation

Token
in package
implements TokenInterface

FinalYes

Table of Contents

Interfaces

TokenInterface

Properties

$column  : int
$line  : int
$type  : string
$value  : string

Methods

__construct()  : mixed
__toString()  : string
getColumn()  : int
getLine()  : int
getType()  : string
getValue()  : string

Properties

$value

private string $value

Methods

__construct()

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

__toString()

public __toString() : string
Return values
string

getColumn()

public getColumn() : int
Return values
int

getLine()

public getLine() : int
Return values
int

getType()

public getType() : string
Return values
string

getValue()

public getValue() : string
Return values
string

        
On this page

Search results