Quote
in package
Read onlyYes
Quote entity
Table of Contents
Properties
- $author : string
- $fetchedOn : DateTimeImmutable
- $id : int|null
- $quote : string
Methods
- __construct() : mixed
Properties
$author
public
string
$author
$fetchedOn
public
DateTimeImmutable
$fetchedOn
$id
public
int|null
$id
$quote
public
string
$quote
Methods
__construct()
public
__construct(int|null $id, string $quote, string $author, DateTimeImmutable $fetchedOn) : mixed
Parameters
- $id : int|null
- $quote : string
- $author : string
- $fetchedOn : DateTimeImmutable