interface IElement implements IPart (View source)

Interface, that every BEM element must implement.

Methods

string
getName()

Returns name of the entity.

from INamed
Expectation
shouldReceive(string $name)

No description

from INamed

Details

string getName()

Returns name of the entity.

Return Value

string

Expectation shouldReceive(string $name)

Parameters

string $name

Return Value

Expectation