Page MenuHomec4science

HeraldWebhookTransaction.php
No OneTemporary

File Metadata

Created
Tue, Mar 4, 05:17

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