getManagerPath
API Quick reference
Variable name: | getManagerPath |
CMS versions: | 0.9.x + Evo |
Input parameters: | |
Return if successful: | admin path |
Return type: | int |
Return on failure: | null |
Object parent: |
API:getManagerPath
Description / Usage
string getManagerPath( );
Returns the virtual relative path to the admin folder.
Examples
$path = getManagerPath( );
Suggest an edit to this page.