Elgg
Version 6.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
Elgg
Collections
CollectionItemInterface.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Elgg\Collections
;
4
8
interface
CollectionItemInterface
{
9
14
public
function
getID
();
15
20
public
function
getPriority
();
21
}
Elgg\Collections\CollectionItemInterface\getPriority
getPriority()
Get priority (weight) of the item within a collection.
Elgg\Collections\CollectionItemInterface
Collection item interface.
Definition:
CollectionItemInterface.php:8
Elgg\Collections
Definition:
Collection.php:3
Elgg\Collections\CollectionItemInterface\getID
getID()
Get unique item identifier within a collection.
Generated on Wed Dec 4 2024 00:00:20 for Elgg by
1.8.11