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