App\Http\Controllers\YahooController::getData PHP Méthode

getData() private méthode

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