Phive\Queue\TypeSafeQueue::__construct PHP Method

__construct() public method

public __construct ( Phive\Queue\Queue $queue )
$queue Phive\Queue\Queue
    public function __construct(Queue $queue)
    {
        $this->queue = $queue;
    }