class Entry extends Alvine

Eintrag einer History

Properties

protected int $timestamp
protected string $message
protected string $workflow

Methods

__construct()

No description

Timestamp
getTimestamp()

No description

string
getMessage()

No description

string
getWorkflow()

No description

static Entry
getInstance(string $workflow, string|null $message = null, Timestamp $timestamp = null)

No description

string
trimOutput($output, int $length, bool $right = true)

No description

array
getOutput()

No description

string
getOutputIcon()

No description

string
__toString()

No description

Details

at line 57
protected __construct()

at line 68
Timestamp getTimestamp()

Return Value

Timestamp

at line 76
string getMessage()

Return Value

string

at line 84
string getWorkflow()

Return Value

string

at line 96
static Entry getInstance(string $workflow, string|null $message = null, Timestamp $timestamp = null)

Parameters

string $workflow
string|null $message
Timestamp $timestamp

Return Value

Entry

at line 119
protected string trimOutput($output, int $length, bool $right = true)

Parameters

$output
int $length
bool $right

Return Value

string

at line 137
protected array getOutput()

Return Value

array

at line 145
protected string getOutputIcon()

Return Value

string

at line 153
string __toString()

Return Value

string