Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100781634
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
Sun, Feb 2, 17:19
Size
504 B
Mime Type
text/x-php
Expires
Tue, Feb 4, 17:19 (2 d)
Engine
blob
Format
Raw Data
Handle
24033209
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
();
}
protected
function
newConduitParameterType
()
{
return
new
ConduitUserListParameterType
();
}
}
Event Timeline
Log In to Comment