interface ItemInterface

Methods

string|null
getName()

Returns the class name of the container.

mixed
getContent()

Returns the contents of the container.

Details

at line 14
string|null getName()

Returns the class name of the container.

Return Value

string|null

at line 21
mixed getContent()

Returns the contents of the container.

Return Value

mixed