Cecil

BaseInterface

Base interface.

Defines the basic structure for collections that require a unique identifier.

Table of Contents

Methods

getId()  : string
Return the unique identifier.
setId()  : self
Set the unique identifier.

Methods

getId()

Return the unique identifier.

public getId() : string
Return values
string

setId()

Set the unique identifier.

public setId(string $id) : self
Parameters
$id : string
Return values
self
 
On this page

Search results