EntryInterface
EntryInterface.php
:
18
Methods¶
getAddedAt() ¶
EntryInterface.php
:
42
|
|
Return values
DateTimeInterface
getContext() ¶
EntryInterface.php
:
49
|
|
Return values
MapInterface<string, mixed>|null
getId() ¶
EntryInterface.php
:
25
Numeric ID used by some storage gateways.
|
|
Use getIdentifier() for compatibility across all storages.
Return values
int|null
getIdentifier() ¶
EntryInterface.php
:
27
|
|
Return values
string
getName() ¶
EntryInterface.php
:
31
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$languageCode | string | - | - |
Return values
string
getNames() ¶
EntryInterface.php
:
36
|
|
Return values
array<string, string>
getPrice() ¶
EntryInterface.php
:
44
|
|
Return values
getProduct() ¶
EntryInterface.php
:
40
|
|
Return values
getQuantity() ¶
EntryInterface.php
:
38
|
|
Return values
int
hasName() ¶
EntryInterface.php
:
29
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$languageCode | string | - | - |
Return values
bool