getManagerPath
Last edited by JP DeVries on Aug 9, 2013.
API:getManagerPath
API Quick reference
Variable name: | getManagerPath |
Modx versions: | 0.9.x + Evolution |
Input parameters: | |
Return if successful: | manager path |
Return type: | int |
Return on failure: | null |
Object parent: | DocumentParser |
Description / Usage
string getManagerPath( );
Returns the virtual relative path to the manager folder.
Examples
$path = getManagerPath( );
Related
Notes
Function Source
Suggest an edit to this page on GitHub (Requires GitHub account. Opens a new window/tab).