Page MenuHomec4science

PhabricatorPointsEditField.php
No OneTemporary

File Metadata

Created
Wed, Jun 11, 09:47

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