Skip to content

JournalBase

André Matthies edited this page Feb 6, 2025 · 1 revision

JournalBase

  • Full name: \Seven\Api\Resource\Journal\JournalBase
  • This class is an Abstract class

Properties

from

protected string $from

id

protected string $id

price

protected float $price

text

protected string $text

timestamp

protected string $timestamp

to

protected string $to

Methods

__construct

public __construct(object $data): mixed

Parameters:

Parameter Type Description
$data object

getFrom

public getFrom(): string

getTo

public getTo(): string

getId

public getId(): string

getPrice

public getPrice(): float

getText

public getText(): string

getTimestamp

public getTimestamp(): string


Automatically generated on 2025-02-06

Clone this wiki locally