SproutCMS

This is the code documentation for the SproutCMS project

class TreenodePathMatcher

Matches a node which has a specified path.
Path can be specified with either slash (/) or backslash (\)

Source code (7 results)

/sprout/Controllers/PageController.php   Highlighted file source

Line 42: use Sprout\Helpers\TreenodePathMatcher;
Line 77: $matcher = new TreenodePathMatcher($name);

/sprout/Controllers/PageController.php   Highlighted file source

Line 42: use Sprout\Helpers\TreenodePathMatcher;
Line 77: $matcher = new TreenodePathMatcher($name);

/sprout/Helpers/Navigation.php   Highlighted file source

Line 462: $page = self::$root_node->findNode(new TreenodePathMatcher($page_url));

/sprout/Helpers/Navigation.php   Highlighted file source

Line 462: $page = self::$root_node->findNode(new TreenodePathMatcher($page_url));

/sprout/Helpers/Page.php   Highlighted file source

Line 37: $matcher = new TreenodePathMatcher($url);

/sprout/Helpers/PageRouting.php   Highlighted file source

Line 90: $matcher = new TreenodePathMatcher(Router::$current_uri);

/sprout/Helpers/TreenodePathMatcher.php   Highlighted file source

Line 24: class TreenodePathMatcher implements TreenodeMatcher

A total of 9 lines in 7 files were found