APIEnvironment::showRecord PHP Метод

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

protected showRecord ( ) : SS_HTTPResponse
Результат SS_HTTPResponse
    protected function showRecord()
    {
        return $this->getAPIResponse($this->record->toMap());
    }