Mongolid\Connection\Pool::__construct PHP Метод

__construct() публичный Метод

Constructs a connection pool.
public __construct ( )
    public function __construct()
    {
        $this->connections = Ioc::make('SplQueue');
    }