appendChild( phutil_render_tag( 'h1', array(), phutil_escape_html($this->getDescription()))); $response = new AphrontWebpageResponse(); $response->setContent($view->render()); return $response; } }