Page MenuHomePhorge

PhabricatorPointsEditField.php
No OneTemporary

Size
466 B
Referenced Files
None
Subscribers
None

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());
}
protected function newBulkParameterType() {
return new BulkPointsParameterType();
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 1:56 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
100137
Default Alt Text
PhabricatorPointsEditField.php (466 B)

Event Timeline