PHP Class Imbo\EventManager\PriorityQueue

Author: Christer Edvartsen ([email protected])
Inheritance: extends SplPriorityQueu\SplPriorityQueue
Afficher le fichier Open project: imbo/imbo Class Usage Examples

Méthodes publiques

Méthode Description
insert ( mixed $datum, integer $priority ) Add an entry to the queue

Method Details

insert() public méthode

Add an entry to the queue
public insert ( mixed $datum, integer $priority )
$datum mixed The entry to add
$priority integer The priority of the entry in the queue