SproutCMS

This is the code documentation for the SproutCMS project

function setPageNodeMatcher()

Sets a matcher that should be used to find the current page in the tree

Usage

void Navigation::setPageNodeMatcher ( TreeNodeMatcher $page_node_matcher );

Arguments

  1. TreeNodeMatcher $page_node_matcher
    The matcher to use

Return value

  • void