[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/infrastructure/edges/constants/ -> PhabricatorEdgeConfig.php (summary)

(no description)

File Size: 499 lines (20 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 8 functions

  getLegacyTypes()
  getInverse()
  shouldPreventCycles()
  establishConnection()
  getEditStringForEdgeType()
  getAddStringForEdgeType()
  getRemoveStringForEdgeType()
  getFeedStringForEdgeType()

Functions
Functions that are not part of a class:

getLegacyTypes(array $exclude)   X-Ref
Build @{class:PhabricatorLegacyEdgeType} objects for edges which have not
yet been modernized. This allows code to act as though we've completed
the edge type migration before we actually do all the work, by building
these fake type objects.

param: list<const> List of edge types that objects should not be built for.
return: list<PhabricatorLegacyEdgeType> Real-looking edge type objects for

getInverse($edge_type)   X-Ref
No description

shouldPreventCycles($edge_type)   X-Ref
No description

establishConnection($phid_type, $conn_type)   X-Ref
No description

getEditStringForEdgeType($type)   X-Ref
No description

getAddStringForEdgeType($type)   X-Ref
No description

getRemoveStringForEdgeType($type)   X-Ref
No description

getFeedStringForEdgeType($type)   X-Ref
No description



Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1