Phive\Queue\TarantoolQueue::__construct PHP Method

__construct() public method

public __construct ( Tarantool $tarantool, $tubeName, $space = null )
$tarantool Tarantool
    public function __construct(\Tarantool $tarantool, $tubeName, $space = null)
    {
        $this->tarantool = $tarantool;
        $this->space = null === $space ? '0' : (string) $space;
        $this->tubeName = $tubeName;
    }