Page MenuHomePhabricator

PhabricatorSubscribedToObjectEdgeType.php
No OneTemporary

PhabricatorSubscribedToObjectEdgeType.php

<?php
final class PhabricatorSubscribedToObjectEdgeType
extends PhabricatorEdgeType {
const EDGECONST = 22;
public function getInverseEdgeConstant() {
return PhabricatorObjectHasSubscriberEdgeType::EDGECONST;
}
public function shouldWriteInverseTransactions() {
return true;
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Dec 4, 8:48 AM (1 d, 22 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8185696
Default Alt Text
PhabricatorSubscribedToObjectEdgeType.php (304 B)

Event Timeline