Amp\Mysql\VirtualConnection::getCall PHP Method

getCall() public method

public getCall ( )
    public function getCall()
    {
        $cur = current($this->call);
        if ($cur) {
            unset($this->call[key($this->call)]);
            return $cur;
        }
        return null;
    }
VirtualConnection