Page MenuHomec4science

PhabricatorPointsEditField.php
No OneTemporary

File Metadata

Created
Tue, Jul 16, 00:06

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