Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1533727
PhabricatorBoolEditField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
470 B
Referenced Files
None
Subscribers
None
PhabricatorBoolEditField.php
View Options
<?php
final
class
PhabricatorBoolEditField
extends
PhabricatorEditField
{
protected
function
newControl
()
{
return
id
(
new
AphrontFormSelectControl
())
->
setOptions
(
array
(
'0'
=>
pht
(
'False'
),
'1'
=>
pht
(
'True'
),
));
}
protected
function
newHTTPParameterType
()
{
return
new
AphrontBoolHTTPParameterType
();
}
protected
function
newConduitParameterType
()
{
return
new
ConduitBoolParameterType
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jul 14, 7:57 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
353047
Default Alt Text
PhabricatorBoolEditField.php (470 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment