Beancount PHP Parser Documentation

Custom
in package
implements DirectiveInterface

FinalYes

Table of Contents

Interfaces

DirectiveInterface

Properties

$date  : string
$name  : string
$values  : array<int, string>

Methods

__construct()  : mixed
getDate()  : string
getDirectiveType()  : string
getName()  : string
getValues()  : array<int, string>
toArray()  : array<string, mixed>

Properties

$values

private array<int, string> $values = []

Methods

__construct()

public __construct(string $date, string $name[, array<int, string> $values = [] ]) : mixed
Parameters
$date : string
$name : string
$values : array<int, string> = []

getDate()

public getDate() : string
Return values
string

getDirectiveType()

public getDirectiveType() : string
Return values
string

getName()

public getName() : string
Return values
string

getValues()

public getValues() : array<int, string>
Return values
array<int, string>

toArray()

public toArray() : array<string, mixed>
Return values
array<string, mixed>

        
On this page

Search results