Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102440443
PhabricatorHandlesEditField.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
Thu, Feb 20, 18:21
Size
284 B
Mime Type
text/x-php
Expires
Sat, Feb 22, 18:21 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24357594
Attached To
rPH Phabricator
PhabricatorHandlesEditField.php
View Options
<?php
final
class
PhabricatorHandlesEditField
extends
PhabricatorPHIDListEditField
{
protected
function
newControl
()
{
return
id
(
new
AphrontFormHandlesControl
());
}
protected
function
newHTTPParameterType
()
{
return
new
ManiphestTaskListHTTPParameterType
();
}
}
Event Timeline
Log In to Comment