__construct() public method

public __construct ( Silex\Application $app )
$app Silex\Application
 public function __construct(Bolt\Application $app)
 {
     parent::__construct($app);
     $this->app = $app;
 }