Elgg
Version master
|
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 ElggPlugin, ElggMenuItem, ElggData, Elgg\Menu\MenuSection, and Elgg\Groups\Tool.
Elgg\Collections\CollectionItemInterface::getPriority | ( | ) |
Get priority (weight) of the item within a collection.
Implemented in ElggPlugin, ElggMenuItem, ElggData, Elgg\Menu\MenuSection, and Elgg\Groups\Tool.