SproutCMS

This is the code documentation for the SproutCMS project

function __construct()

Constructor

Usage

void $TreenodePageAttrMatcher->__construct ( string $attr_name [, mixed $attr_value ] );

Arguments

  1. string $attr_name
    $key The attr name to search.
  2. mixed $attr_value = NULL
    $value The attr value to search for.
       Can be null to match all pages which contain the attribute, irrespective of the value.

Return value

  • void