PHP Class Phive\Queue\InMemoryQueue

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

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( )

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 )