CartInterface
CartInterface.php
:
16
Methods¶
getContext() ¶
CartInterface.php
:
38
|
|
Return values
MapInterface<string, mixed>|null
getCreatedAt() ¶
CartInterface.php
:
40
|
|
Return values
DateTimeInterface
getCurrency() ¶
CartInterface.php
:
33
|
|
Return values
getEntries() ¶
CartInterface.php
:
31
|
|
Return values
getId() ¶
CartInterface.php
:
23
Numeric ID used by some storage gateways.
|
|
Use getIdentifier() for compatibility across all storages.
Return values
int|null
getIdentifier() ¶
CartInterface.php
:
25
|
|
Return values
string
getName() ¶
CartInterface.php
:
27
|
|
Return values
string
getOwner() ¶
CartInterface.php
:
29
|
|
Return values
getUpdatedAt() ¶
CartInterface.php
:
42
|
|
Return values
DateTimeInterface