Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F679929
PhabricatorConfigHTTPParameterTypesModule.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
509 B
Referenced Files
None
Subscribers
None
PhabricatorConfigHTTPParameterTypesModule.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment