SproutCMS

This is the code documentation for the SproutCMS project

class TreenodeRedirectMatcher

Matches a node which has a specific key matching a specific value

Source code (2 results)

/modules/Demo/Controllers/DemoController.php   Highlighted file source

Line 22: use Sprout\Helpers\TreenodeRedirectMatcher;
Line 54: Navigation::setPageNodeMatcher(new TreenodeRedirectMatcher('aaa'));
Line 69: Navigation::setPageNodeMatcher(new TreenodeRedirectMatcher('bbb'));

/sprout/Helpers/TreenodeRedirectMatcher.php   Highlighted file source

Line 23: class TreenodeRedirectMatcher implements TreenodeMatcher

A total of 4 lines in 2 files were found