\ElasticaNameableInterface

Interface for named objects.

Summary

Methods
Constants
getName()
setName()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getName()

getName() : string

Retrieve the name of this object.

Returns

string

setName()

setName(string  $name) : $this

Set the name of this object.

Parameters

string $name

Returns

$this