PHP Class Phive\Queue\TypeSafeQueue

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 )

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 ( )

pop() public méthode

public pop ( )

push() public méthode

public push ( $item, $eta = null )