public function __construct()
public function __construct()
Return
| this | //Implicit.// |
public function shouldReloadDaemons()
public function shouldReloadDaemons()
Return
| wild |
private function loadConfigVersion()
private function loadConfigVersion()
Calculate a version number for the current Phabricator configuration.
The version number has no real meaning and does not provide any real indication of whether a configuration entry has been changed. The config version is intended to be a rough indicator that "something has changed", which indicates to the overseer that the daemons should be reloaded.
Return
| int |
private function updateConfigVersion()
private function updateConfigVersion()
Update the configuration version and timestamp.
Return
| bool | True if the daemons should restart, otherwise false. |