API:insideManager
From MODx Wiki
API Function Definition:
insideManager
- Versions
- > 0.6.2 ?
- Return Values
- Success: Type of Manager Mode
- Fail: false (not inside manager)
- Data Type
- mixed
- Object Hierarchy
- DocumentParser
mixed insideManager();
Determines how the script is interacting with the system. returns "interact" (for basic manager functions), "install" (for module installing functions), true (for all other manager functions), or false (not inside manager).
[edit]
Examples
[edit]
Related Functions
[edit]
Function Source
[edit]
