Data/Types/ResourcePriorityInterface.php

Priority Interface

When figuring out what comes before or after, like in a priority queue, the order might change. This is a standardized method to queue the order of things. It assigns a piece of data to a number that represents its priority in the list.

Interfaces

PriorityInterface The basic priority interface