__construct() public method

public __construct ( Psr\Http\Message\ResponseInterface $response )
$response Psr\Http\Message\ResponseInterface
Esempio n. 1
0
 /**
  * @param App $app
  * @param ResponseInterface $response
  */
 public function __construct(App $app, ResponseInterface $response)
 {
     $this->app = $app;
     parent::__construct($response);
 }