Loading Types
- public static function getAllTypes()
- public static function getByConstant($const)
Other Methods
- final public function getEdgeConstant()
- public function getConduitKey()
- public function getConduitName()
- public function getConduitDescription()
- public function getInverseEdgeConstant()
- public function shouldPreventCycles()
- public function shouldWriteInverseTransactions()
- public function getTransactionPreviewString($actor)
- public function getTransactionAddString($actor, $add_count, $add_edges) — Returns a string representing how adding this instances of this edge should be rendered in history of an object.
- public function getTransactionRemoveString($actor, $rem_count, $rem_edges) — Returns a string representing how adding removing instances of this edge should be rendered in history of an object.
- public function getTransactionEditString($actor, $total_count, $add_count, $add_edges, $rem_count, $rem_edges) — Returns a string representing how adding and removing instances of this edge should be rendered in history of an object.
- public function getFeedAddString($actor, $object, $add_count, $add_edges) — Returns a string representing how adding instances of this edge should be rendered in the feed.
- public function getFeedRemoveString($actor, $object, $rem_count, $rem_edges) — Returns a string representing how removing instances of this edge should be rendered in the feed.
- public function getFeedEditString($actor, $object, $total_count, $add_count, $add_edges, $rem_count, $rem_edges) — Returns a string representing how adding and removing instances of this edge should be rendered in the feed.