SproutCMS

This is the code documentation for the SproutCMS project

function findAllNodes()

Finds all nodes which match the specified matcher.

Usage

static[] $Treenode->findAllNodes ( TreenodeMatcher $matcher );

Arguments

  1. TreenodeMatcher $matcher
    The matcher to use for finding the nodes.

Return value

  • static[]
    The found nodes, or an empty array if no nodes were found.