Page MenuHomec4science

PhabricatorEditEnginePointsCommentAction.php
No OneTemporary

File Metadata

Created
Tue, Jul 23, 07:56

PhabricatorEditEnginePointsCommentAction.php

<?php
final class PhabricatorEditEnginePointsCommentAction
extends PhabricatorEditEngineCommentAction {
public function getPHUIXControlType() {
return 'points';
}
public function getPHUIXControlSpecification() {
return array(
'value' => $this->getValue(),
);
}
}

Event Timeline