Page MenuHomestyx hydra

PhabricatorCommentEditType.php
No OneTemporary

PhabricatorCommentEditType.php

<?php
final class PhabricatorCommentEditType extends PhabricatorEditType {
protected function newConduitParameterType() {
return new ConduitStringParameterType();
}
public function generateTransactions(
PhabricatorApplicationTransaction $template,
array $spec) {
$comment = $template->getApplicationTransactionCommentObject()
->setContent(idx($spec, 'value'));
$xaction = $this->newTransaction($template)
->attachComment($comment);
return array($xaction);
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Nov 15, 7:05 PM (5 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
338322
Default Alt Text
PhabricatorCommentEditType.php (511 B)

Event Timeline