PHP Class Phive\Queue\ExceptionalQueue

Inheritance: implements Phive\Queue\Queue
Afficher le fichier Open project: rybakit/phive-queue

Méthodes publiques

Méthode Description
__construct ( Phive\Queue\Queue $queue )
clear ( )
count ( )
pop ( )
push ( $item, $eta = null )

Méthodes protégées

Méthode Description
exceptional ( Closure $func ) : mixed

Method Details

__construct() public méthode

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

clear() public méthode

public clear ( )

count() public méthode

public count ( )

exceptional() protected méthode

protected exceptional ( Closure $func ) : mixed
$func Closure The function to execute.
Résultat mixed

pop() public méthode

public pop ( )

push() public méthode

public push ( $item, $eta = null )