Phprest\Middleware\ApiVersion::__construct PHP Method

__construct() public method

public __construct ( Application $app )
$app Phprest\Application
    public function __construct(Application $app)
    {
        $this->app = $app;
    }