For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
Автор: Maxime Beaudoin (maxime.beaudoin@ellipse-synergie.com)
Автор: Phil Sturgeon (email@philsturgeon.co.uk)
Наследование: implements EllipseSynergie\ApiResponse\Contracts\Response
Пример #1
0
 /**
  * @param Manager $manager
  * @param HttpResponse $manager
  */
 public function __construct(Manager $manager, HttpResponse $response)
 {
     $this->response = $response;
     parent::__construct($manager);
 }