PHP Класс Imbo\EventManager\PriorityQueue

Автор: Christer Edvartsen ([email protected])
Наследование: extends SplPriorityQueu\SplPriorityQueue
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
insert ( mixed $datum, integer $priority ) Add an entry to the queue

Описание методов

insert() публичный Метод

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