interface ITypifiedElement implements INamed (View source)

Represents a typified element.

Methods

string
getName()

Returns name of the entity.

from INamed
Expectation
shouldReceive(string $name)

No description

setName(string $name)

Sets a name of an element.

Details

string getName()

Returns name of the entity.

Return Value

string

Expectation shouldReceive(string $name)

Parameters

string $name

Return Value

Expectation

ITypifiedElement setName(string $name)

Sets a name of an element.

This method is used by initialization mechanism and is not intended to be used directly.

Parameters

string $name Name to set.

Return Value

ITypifiedElement