BaseInterface
Base interface. Defines the basic structure for collections that require a unique identifier.
Table of Contents
Methods
Methods
getId()
Return the unique identifier.
public
getId() : string
Return values
stringsetId()
Set the unique identifier.
public
setId(string $id) : self
Parameters
- $id : string