API:isBackend
API Quick reference
|
Description
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.
Usage / Examples
Related
- isFrontend
- [insideManager]