Elgg
Version 6.1
|
Collection item interface. More...
Public Member Functions | |
getID () | |
Get unique item identifier within a collection. More... | |
getPriority () | |
Get priority (weight) of the item within a collection. More... | |
Collection item interface.
Definition at line 8 of file CollectionItemInterface.php.
Elgg\Collections\CollectionItemInterface::getID | ( | ) |
Get unique item identifier within a collection.
Implemented in ElggMenuItem, ElggData, ElggPlugin, Elgg\Groups\Tool, and Elgg\Menu\MenuSection.
Elgg\Collections\CollectionItemInterface::getPriority | ( | ) |
Get priority (weight) of the item within a collection.
Implemented in ElggMenuItem, ElggData, ElggPlugin, Elgg\Groups\Tool, and Elgg\Menu\MenuSection.