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