Page MenuHomec4science

PhabricatorPointsEditField.php
No OneTemporary

File Metadata

Created
Mon, Aug 26, 05:57

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