API:documentMethod
From MODx Wiki
| API Quick reference | |
|---|---|
| Variable name: | documentMethod |
| Modx versions: | > 9.5 Verified (may work in older versions.) |
| Variable type: | string |
| Object parent: | DocumentParser |
[edit]
documentMethod
[edit]
Description
Contains the document method of the page being viewed.
[edit]
Examples
<?php echo ( $modx->documentMethod ); ?>
[edit]
Related
[edit]
Notes
Should contain alias, id or none.
