Word
in package
Read onlyYes
Word entity
Table of Contents
Properties
- $definition : string
- $fetchedOn : DateTimeImmutable
- $id : int|null
- $ipa : string
- $word : string
Methods
- __construct() : mixed
Properties
$definition
public
string
$definition
$fetchedOn
public
DateTimeImmutable
$fetchedOn
$id
public
int|null
$id
$ipa
public
string
$ipa
$word
public
string
$word
Methods
__construct()
public
__construct(int|null $id, string $word, string $ipa, string $definition, DateTimeImmutable $fetchedOn) : mixed
Parameters
- $id : int|null
- $word : string
- $ipa : string
- $definition : string
- $fetchedOn : DateTimeImmutable