Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92695312
PhabricatorProjectsEditField.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
Fri, Nov 22, 20:52
Size
393 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 20:52 (2 d)
Engine
blob
Format
Raw Data
Handle
22489267
Attached To
rPH Phabricator
PhabricatorProjectsEditField.php
View Options
<?php
final
class
PhabricatorProjectsEditField
extends
PhabricatorTokenizerEditField
{
protected
function
newDatasource
()
{
return
new
PhabricatorProjectDatasource
();
}
protected
function
newHTTPParameterType
()
{
return
new
AphrontProjectListHTTPParameterType
();
}
protected
function
newConduitParameterType
()
{
return
new
ConduitProjectListParameterType
();
}
}
Event Timeline
Log In to Comment