app = $app; } function __invoke(array $args = null) { $this->app->getResponse()->getBody()->append( $this->app->getView()->render("pages/index") ); } }