Page MenuHomec4science

PhabricatorSubscribersEditField.php
No OneTemporary

File Metadata

Created
Fri, Aug 9, 13:54

PhabricatorSubscribersEditField.php

<?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