Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F109876112
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
Wed, Apr 23, 19:20
Size
289 B
Mime Type
text/x-php
Expires
Fri, Apr 25, 19:20 (2 d)
Engine
blob
Format
Raw Data
Handle
25670263
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
();
}
}
Event Timeline
Log In to Comment