API:isBackend
From MODx Wiki
API Function Definition:
isBackend
- Versions
- > 0.6.2 ?
- Return Values
- Success: true
- Fail: false
- Data Type
- bool
- Object Hierarchy
- DocumentParser
bool isBackend();
Determines if the page being parsed is from the Web (frontend) or manager (backend) view. Returns true if accessed from the manager interface. false otherwise.
[edit]
Examples
[edit]
Related Functions
[edit]
Function Source
[edit]
