Home
last modified time | relevance | path

Searched refs:pagestack (Results 1 – 1 of 1) sorted by relevance

/plugin/templater/
Dsyntax.php84 $parentpage = empty(self::$pagestack)? $ID : end(self::$pagestack); // get correct namespace
106 private static $pagestack = array(); // keep track of recursing template renderings variable in syntax_plugin_templater
136 } else if (array_search($data[0], self::$pagestack) !== false) {
146 self::$pagestack[] = $data[0]; // push this onto the stack
208 array_pop(self::$pagestack); // pop off the stack when done