Page MenuHomec4science

HeraldWebhookTransaction.php
No OneTemporary

File Metadata

Created
Sat, Apr 12, 23:32

HeraldWebhookTransaction.php

<?php
final class HeraldWebhookTransaction
extends PhabricatorModularTransaction {
public function getApplicationName() {
return 'herald';
}
public function getApplicationTransactionType() {
return HeraldWebhookPHIDType::TYPECONST;
}
public function getApplicationTransactionCommentObject() {
return null;
}
public function getBaseTransactionClass() {
return 'HeraldWebhookTransactionType';
}
}

Event Timeline