Copied!
AbstractInterface
Methods
public abstract add(callable $task) : void
 

Adds a task to the queue that will be executed the next time run is called.

public abstract isEmpty() : bool
 

Returns true if the queue is empty.

public abstract run() : void
 

Execute all of the pending task in the queue.

© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration