DirectHandler.php 275 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 <?php namespace App\Service\Handlers; class DirectHandler extends AdsHandler { public function limited($response){ return $this->response['LimitedBy'] ?? false; } protected function parse($response){ $this->response = $response->json(); } }