Elgg  Version 5.1
Public Member Functions | List of all members
Elgg\Collections\CollectionItemInterface Interface Reference

Collection item interface. More...

Inheritance diagram for Elgg\Collections\CollectionItemInterface:
Elgg\Groups\Tool Elgg\Menu\MenuSection ElggData ElggMenuItem ElggAccessCollection ElggEntity ElggExtender ElggRelationship ElggGroup ElggObject ElggSite ElggUser ElggAnnotation ElggMetadata ElggAdminNotice ElggComment ElggFile ElggPlugin ElggUpgrade ElggWidget ElggIcon ElggTempFile

Public Member Functions

 getID ()
 Get unique item identifier within a collection. More...
 
 getPriority ()
 Get priority (weight) of the item within a collection. More...
 

Detailed Description

Collection item interface.

Definition at line 8 of file CollectionItemInterface.php.

Member Function Documentation

Elgg\Collections\CollectionItemInterface::getID ( )

Get unique item identifier within a collection.

Returns
string|int

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.

Returns
int

Implemented in ElggMenuItem, ElggData, ElggPlugin, Elgg\Groups\Tool, and Elgg\Menu\MenuSection.


The documentation for this interface was generated from the following file: