SproutCMS

This is the code documentation for the SproutCMS project

class TreenodeInMenuMatcher

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

Source code (16 results)

/sprout/Helpers/Navigation.php   Highlighted file source

Line 197: self::$root_node->filterChildren(new TreenodeInMenuMatcher());
Line 286: self::$root_node->filterChildren(new TreenodeInMenuMatcher());
Line 372: self::$root_node->filterChildren(new TreenodeInMenuMatcher());
Line 460: self::$root_node->filterChildren(new TreenodeInMenuMatcher());
Line 606: self::$root_node->filterChildren(new TreenodeInMenuMatcher());
Line 758: self::$root_node->filterChildren(new TreenodeInMenuMatcher());

/sprout/Helpers/Navigation.php   Highlighted file source

Line 197: self::$root_node->filterChildren(new TreenodeInMenuMatcher());
Line 286: self::$root_node->filterChildren(new TreenodeInMenuMatcher());
Line 372: self::$root_node->filterChildren(new TreenodeInMenuMatcher());
Line 460: self::$root_node->filterChildren(new TreenodeInMenuMatcher());
Line 606: self::$root_node->filterChildren(new TreenodeInMenuMatcher());
Line 758: self::$root_node->filterChildren(new TreenodeInMenuMatcher());

/sprout/Helpers/NavigationGroups.php   Highlighted file source

Line 202: $root->filterChildren(new TreenodeInMenuMatcher());

/sprout/Helpers/NavigationMenu.php   Highlighted file source

Line 57: $root->filterChildren(new TreenodeInMenuMatcher());

/sprout/Helpers/Page.php   Highlighted file source

Line 404: $top_anc->filterChildren(new TreenodeInMenuMatcher());

/sprout/Helpers/SitemapGenPages.php   Highlighted file source

Line 18: use Sprout\Helpers\TreenodeInMenuMatcher;
Line 31: $root->filterChildren(new TreenodeInMenuMatcher());

/sprout/Helpers/SitemapGenPages.php   Highlighted file source

Line 18: use Sprout\Helpers\TreenodeInMenuMatcher;
Line 31: $root->filterChildren(new TreenodeInMenuMatcher());

/sprout/Helpers/TreenodeInMenuMatcher.php   Highlighted file source

Line 23: class TreenodeInMenuMatcher implements TreenodeMatcher

/sprout/Widgets/ChildrenGalleryWidget.php   Highlighted file source

Line 19: use Sprout\Helpers\TreenodeInMenuMatcher;
Line 64: $page_node->filterChildren(new TreenodeInMenuMatcher());

/sprout/Widgets/ChildrenGalleryWidget.php   Highlighted file source

Line 19: use Sprout\Helpers\TreenodeInMenuMatcher;
Line 64: $page_node->filterChildren(new TreenodeInMenuMatcher());

/sprout/Widgets/ChildrenPagesWidget.php   Highlighted file source

Line 18: use Sprout\Helpers\TreenodeInMenuMatcher;
Line 48: $page_node->filterChildren(new TreenodeInMenuMatcher());

/sprout/Widgets/ChildrenPagesWidget.php   Highlighted file source

Line 18: use Sprout\Helpers\TreenodeInMenuMatcher;
Line 48: $page_node->filterChildren(new TreenodeInMenuMatcher());

/sprout/Widgets/RelatedLinksWidget.php   Highlighted file source

Line 20: use Sprout\Helpers\TreenodeInMenuMatcher;
Line 52: $top_anc->filterChildren(new TreenodeInMenuMatcher());

/sprout/Widgets/RelatedLinksWidget.php   Highlighted file source

Line 20: use Sprout\Helpers\TreenodeInMenuMatcher;
Line 52: $top_anc->filterChildren(new TreenodeInMenuMatcher());

/sprout/Widgets/SitemapWidget.php   Highlighted file source

Line 18: use Sprout\Helpers\TreenodeInMenuMatcher;
Line 40: $root_node->filterChildren(new TreenodeInMenuMatcher());

/sprout/Widgets/SitemapWidget.php   Highlighted file source

Line 18: use Sprout\Helpers\TreenodeInMenuMatcher;
Line 40: $root_node->filterChildren(new TreenodeInMenuMatcher());

A total of 36 lines in 16 files were found