Amp\Mysql\VirtualConnection::getCall PHP 메소드

getCall() 공개 메소드

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