Page MenuHomec4science

PhabricatorContributedToObjectEdgeType.php
No OneTemporary

File Metadata

Created
Sat, Jul 6, 19:20

PhabricatorContributedToObjectEdgeType.php

<?php
final class PhabricatorContributedToObjectEdgeType extends PhabricatorEdgeType {
const EDGECONST = 34;
public function getInverseEdgeConstant() {
return PhabricatorObjectHasContributorEdgeType::EDGECONST;
}
public function shouldWriteInverseTransactions() {
return true;
}
}

Event Timeline