Matches a node which has a specified path. Path can be specified with either slash (/) or backslash (\)
This is the code documentation for the SproutCMS project
Search documentation |
class TreenodePathMatcherMatches a node which has a specified path. Path can be specified with either slash (/) or backslash (\)
Variables
Functions
public __constructvoid $TreenodePathMatcher->__construct ( string $path ); Constructor public ascendvoid $TreenodePathMatcher->ascend ( TreeNode $node ); Called after children have been processed public descendTrue $TreenodePathMatcher->descend ( TreeNode $node ); Returns true if the children of the specified node should be searched, false otherwise. public matchTrue $TreenodePathMatcher->match ( TreeNode $node ); Does the match |
Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Monday, 3rd April, 2023 at 02:59 pm |