コード例 #1
0
 public function renderModuleStatus(AphrontRequest $request)
 {
     $viewer = $request->getViewer();
     $types = AphrontHTTPParameterType::getAllTypes();
     $table = id(new PhabricatorHTTPParameterTypeTableView())->setHTTPParameterTypes($types);
     return id(new PHUIObjectBoxView())->setHeaderText(pht('HTTP Parameter Types'))->setTable($table);
 }
 public function renderModuleStatus(AphrontRequest $request)
 {
     $viewer = $request->getViewer();
     $types = AphrontHTTPParameterType::getAllTypes();
     return id(new PhabricatorHTTPParameterTypeTableView())->setHTTPParameterTypes($types);
 }