메소드 |
설명 |
|
enterPublicMethod ( $fqcn, ClassMethod $node ) |
|
|
pushImplementation ( ClassMethod $node, $index ) |
Adding a new vertex if the implementation is not already indexed |
|
pushMethod ( ClassMethod $node, $index ) |
Adding a new vertex if the method is not already indexed
Since it is a method, I'm also adding the parameters |
|
pushParameter ( string $methodName, integer $order ) |
Add a parameter vertex. I must point out that I store the order
of the parameter, not its name. Why ? Because, name can change accross
inheritance tree. Therefore, it could fail the refactoring of the source
from the digraph. |
|