Page MenuHomec4science

PhabricatorObjectMentionsObject.php
No OneTemporary

File Metadata

Created
Mon, Mar 31, 11:12

PhabricatorObjectMentionsObject.php

<?php
final class PhabricatorObjectMentionsObject extends PhabricatorEdgeType {
const EDGECONST = 52;
public function getInverseEdgeConstant() {
return PhabricatorObjectMentionedByObject::EDGECONST;
}
public function shouldWriteInverseTransactions() {
return true;
}
}

Event Timeline