Kraken\Channel\Record\ResponseRecordStorage::getResponse PHP Method

getResponse() protected method

Return ResponseRecord if it exists or null if it does not exist.
protected getResponse ( string $pid ) : ResponseRecord
$pid string
return ResponseRecord
    protected function getResponse($pid)
    {
        return $this->reps[$pid];
    }