SproutCMS

This is the code documentation for the SproutCMS project

class TreenodeFrontendMatcher

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

Source code (4 results)

/sprout/Controllers/AdvancedSearchController.php   Highlighted file source

Line 29: use Sprout\Helpers\TreenodeFrontendMatcher;
Line 73: Navigation::setPageNodeMatcher(new TreenodeFrontendMatcher('advanced_search', 'form'));

/sprout/Controllers/AdvancedSearchController.php   Highlighted file source

Line 29: use Sprout\Helpers\TreenodeFrontendMatcher;
Line 73: Navigation::setPageNodeMatcher(new TreenodeFrontendMatcher('advanced_search', 'form'));

/sprout/Helpers/Page.php   Highlighted file source

Line 78: $matcher = new TreenodeFrontendMatcher($class, $method);

/sprout/Helpers/TreenodeFrontendMatcher.php   Highlighted file source

Line 23: class TreenodeFrontendMatcher implements TreenodeMatcher

A total of 6 lines in 4 files were found