App\Http\Controllers\LinkedInController::getData PHP 메소드

getData() 개인적인 메소드

Get the data response from a get operation
private getData ( ) : array
리턴 array
    private function getData()
    {
        return $this->getResponse();
    }