PHP 클래스 Phive\Queue\ExceptionalQueue

상속: implements Phive\Queue\Queue
파일 보기 프로젝트 열기: rybakit/phive-queue

공개 메소드들

메소드 설명
__construct ( Phive\Queue\Queue $queue )
clear ( )
count ( )
pop ( )
push ( $item, $eta = null )

보호된 메소드들

메소드 설명
exceptional ( Closure $func ) : mixed

메소드 상세

__construct() 공개 메소드

public __construct ( Phive\Queue\Queue $queue )
$queue Phive\Queue\Queue

clear() 공개 메소드

public clear ( )

count() 공개 메소드

public count ( )

exceptional() 보호된 메소드

protected exceptional ( Closure $func ) : mixed
$func Closure The function to execute.
리턴 mixed

pop() 공개 메소드

public pop ( )

push() 공개 메소드

public push ( $item, $eta = null )