Beancount PHP Parser Documentation

Event
in package
implements DirectiveInterface

FinalYes

Table of Contents

Interfaces

DirectiveInterface

Properties

$date  : string
$description  : string
$type  : string

Methods

__construct()  : mixed
getDate()  : string
getDescription()  : string
getDirectiveType()  : string
getType()  : string
toArray()  : array<string, mixed>

Properties

$description

private string $description

Methods

__construct()

public __construct(string $date, string $type, string $description) : mixed
Parameters
$date : string
$type : string
$description : string

getDate()

public getDate() : string
Return values
string

getDescription()

public getDescription() : string
Return values
string

getDirectiveType()

public getDirectiveType() : string
Return values
string

getType()

public getType() : string
Return values
string

toArray()

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

        
On this page

Search results