App\Http\Controllers\YahooController::getData PHP Method

getData() private method

Get the data response from a get operation
private getData ( ) : array
return array
    private function getData()
    {
        return $this->getResponse()['query']['results']['channel'];
    }