Page MenuHomec4science

PhabricatorCommentEditField.php
No OneTemporary

File Metadata

Created
Sun, Mar 16, 13:14

PhabricatorCommentEditField.php

<?php
final class PhabricatorCommentEditField
extends PhabricatorEditField {
protected function newControl() {
return new PhabricatorRemarkupControl();
}
protected function newEditType() {
return new PhabricatorCommentEditType();
}
public function shouldGenerateTransactionsFromComment() {
return true;
}
}

Event Timeline