Copied!

ItemInterface

ItemInterface.php : 11

Methods

publicgetAttributes()

ItemInterface.php : 22
public getAttributes() : array<string, string|int|array<string|int, mixed>>

Return values

array<string, string|int|array<string|int, mixed>>

publicgetId()

ItemInterface.php : 13
public getId() : string

Return values

string

publicgetLanguage()

ItemInterface.php : 17
public getLanguage() : string

Return values

string

publicgetType()

ItemInterface.php : 15
public getType() : ItemTypeInterface

Return values

ItemTypeInterface