API:maxParserPasses

From MODx Wiki

Jump to: navigation, search
API Quick reference
Variable name: maxParserPasses
Modx versions: > 9.5 Verified (may work in older versions.)
Variable type: integer
Object parent: DocumentParser


maxParserPasses

Description

Contains the maximum number of parser passes. Needs verification/elaboration.

Examples

<?php
	echo ( $modx->maxParserPasses );
?>

Related

Notes

Personal tools