Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112386985
PhabricatorColumnsEditField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, May 10, 08:41
Size
444 B
Mime Type
text/x-php
Expires
Mon, May 12, 08:41 (2 d)
Engine
blob
Format
Raw Data
Handle
26045887
Attached To
rPH Phabricator
PhabricatorColumnsEditField.php
View Options
<?php
final
class
PhabricatorColumnsEditField
extends
PhabricatorPHIDListEditField
{
protected
function
newControl
()
{
$control
=
id
(
new
AphrontFormHandlesControl
());
$control
->
setIsInvisible
(
true
);
return
$control
;
}
protected
function
newHTTPParameterType
()
{
return
new
AphrontPHIDListHTTPParameterType
();
}
protected
function
newConduitParameterType
()
{
return
new
ConduitColumnsParameterType
();
}
}
Event Timeline
Log In to Comment