Phprest\Command\Route\Get::__construct PHP Method

__construct() public method

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