Page MenuHomestyx hydra

PhabricatorContributedToObjectEdgeType.php
No OneTemporary

PhabricatorContributedToObjectEdgeType.php

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

File Metadata

Mime Type
text/x-php
Expires
Mon, Nov 24, 1:45 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
355311
Default Alt Text
PhabricatorContributedToObjectEdgeType.php (304 B)

Event Timeline