Maintenance
Table of Contents
- isMaintain() : bool
- Check is the site maintaince mode is enable.
- run() : void
- Run the site maintaince mode if enable.
- updataMaintenance() : void
- Upgrade the maintaince mode dynamically.
Methods
isMaintain()
Check is the site maintaince mode is enable.
public
isMaintain() : bool
Tags
Return values
bool —run()
Run the site maintaince mode if enable.
public
run() : void
Tags
Return values
void —updataMaintenance()
Upgrade the maintaince mode dynamically.
public
updataMaintenance((bool) $status) : void
Parameters
- $status : (bool)