Page MenuHomec4science

PhabricatorUsersEditField.php
No OneTemporary

File Metadata

Created
Sat, Nov 30, 04:35

PhabricatorUsersEditField.php

<?php
final class PhabricatorUsersEditField
extends PhabricatorTokenizerEditField {
protected function newDatasource() {
return new PhabricatorPeopleDatasource();
}
protected function newHTTPParameterType() {
return new AphrontUserListHTTPParameterType();
}
protected function newConduitParameterType() {
return new ConduitUserListParameterType();
}
}

Event Timeline