Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F109440433
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
Mon, Apr 21, 23:39
Size
289 B
Mime Type
text/x-php
Expires
Wed, Apr 23, 23:39 (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