PHP Trismegiste\Mondrian\Analysis\Strategy Пространство имен

Interfaces

Имя Описание
Search Search is a contract for searching coupled component

Классы

Имя Описание
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.