Page MenuHomec4science

PhabricatorCalendarEventTransactionComment.php
No OneTemporary

File Metadata

Created
Mon, Jan 6, 23:10

PhabricatorCalendarEventTransactionComment.php

<?php
final class PhabricatorCalendarEventTransactionComment
extends PhabricatorApplicationTransactionComment {
public function getApplicationTransactionObject() {
return new PhabricatorCalendarEventTransaction();
}
}

Event Timeline