interface INamed (View source)

Represents a named entity. Used to operate with names of blocks and typified elements.

Methods

string
getName()

Returns name of the entity.

Expectation
shouldReceive(string $name)

No description

Details

string getName()

Returns name of the entity.

Return Value

string

Expectation shouldReceive(string $name)

Parameters

string $name

Return Value

Expectation