Phprest\Command\Route\Get::__construct PHP Метод

__construct() публичный Метод

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