Page MenuHomestyx hydra

PhabricatorCommentEditField.php
No OneTemporary

PhabricatorCommentEditField.php

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

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 14, 8:50 PM (23 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
337308
Default Alt Text
PhabricatorCommentEditField.php (519 B)

Event Timeline