Kraken\Channel\Record\ResponseRecordStorage::getResponse PHP Метод

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

Return ResponseRecord if it exists or null if it does not exist.
protected getResponse ( string $pid ) : ResponseRecord
$pid string
Результат ResponseRecord
    protected function getResponse($pid)
    {
        return $this->reps[$pid];
    }