Page MenuHomePhorge

PhabricatorConfigHTTPParameterTypesModule.php
No OneTemporary

Size
509 B
Referenced Files
None
Subscribers
None

PhabricatorConfigHTTPParameterTypesModule.php

<?php
final class PhabricatorConfigHTTPParameterTypesModule
extends PhabricatorConfigModule {
public function getModuleKey() {
return 'httpparameter';
}
public function getModuleName() {
return pht('HTTP Parameter Types');
}
public function renderModuleStatus(AphrontRequest $request) {
$viewer = $request->getViewer();
$types = AphrontHTTPParameterType::getAllTypes();
return id(new PhabricatorHTTPParameterTypeTableView())
->setHTTPParameterTypes($types);
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 27, 8:52 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
164183
Default Alt Text
PhabricatorConfigHTTPParameterTypesModule.php (509 B)

Event Timeline