Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96175544
PhabricatorSubscribersEditField.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, Dec 23, 11:32
Size
403 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 11:32 (2 d)
Engine
blob
Format
Raw Data
Handle
23138461
Attached To
rPH Phabricator
PhabricatorSubscribersEditField.php
View Options
<?php
final
class
PhabricatorSubscribersEditField
extends
PhabricatorTokenizerEditField
{
protected
function
newDatasource
()
{
return
new
PhabricatorMetaMTAMailableDatasource
();
}
protected
function
newHTTPParameterType
()
{
// TODO: Implement a more expansive "Mailable" parameter type which
// accepts users or projects.
return
new
AphrontUserListHTTPParameterType
();
}
}
Event Timeline
Log In to Comment