PHP Trismegiste\Mondrian\Analysis\Strategy Namespace

Interfaces

Name Description
Search Search is a contract for searching coupled component

Classes

Name Description
ByCalling ByCalling selects path between classes if there is a call.
ByConnection ByConnection selects shortcut on a path at the first class because connect property is transitive.
ByImplemented ByImplemented selects path between classes if there is a use in a implementation. It stops at the first class because connect property is transitive.