Page MenuHomec4science

PhabricatorPointsEditField.php
No OneTemporary

File Metadata

Created
Fri, Jun 28, 01:51

PhabricatorPointsEditField.php

<?php
final class PhabricatorPointsEditField
extends PhabricatorEditField {
protected function newControl() {
return new AphrontFormTextControl();
}
protected function newConduitParameterType() {
return new ConduitPointsParameterType();
}
protected function newCommentAction() {
return id(new PhabricatorEditEnginePointsCommentAction());
}
}

Event Timeline