Elgg  Version 5.1
CollectionItemInterface.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Elgg\Collections;
4 
9 
14  public function getID();
15 
20  public function getPriority();
21 }
getPriority()
Get priority (weight) of the item within a collection.
getID()
Get unique item identifier within a collection.