Page MenuHomec4science

PhabricatorCommentEditField.php
No OneTemporary

File Metadata

Created
Sun, Jun 8, 10:59

PhabricatorCommentEditField.php

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

Event Timeline