Kraken\Channel\Record\RequestRecordStorage::existsRequest PHP Метод

existsRequest() защищенный Метод

Check if RequestRecord with given protocol ID exists.
protected existsRequest ( string $pid ) : boolean
$pid string
Результат boolean
    protected function existsRequest($pid)
    {
        return isset($this->reqs[$pid]);
    }