PHP 클래스 Imbo\EventManager\PriorityQueue

저자: Christer Edvartsen ([email protected])
상속: extends SplPriorityQueu\SplPriorityQueue
파일 보기 프로젝트 열기: imbo/imbo 1 사용 예제들

공개 메소드들

메소드 설명
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