DefaultNavigator
class DefaultNavigator
The default navigator.
This class is responsible for the default traversal algorithm of the different code elements.
Unlike other visitor pattern implementations, this allows to separate the traversal logic from the objects that are traversed.
Methods
Details
at line line 57
setConstantSortFunc(Closure $func = null)
Sets a custom constant sorting function.
at line line 66
setPropertySortFunc(Closure $func = null)
Sets a custom property sorting function.
at line line 75
setMethodSortFunc(Closure $func = null)
Sets a custom method sorting function.