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
Wed, Nov 26, 8:30 PM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
359819
Default Alt Text
PhabricatorCommentEditField.php (519 B)

Event Timeline