various phpdoc improvements and additions

added some getter methods for properties
This commit is contained in:
Steffen Schröder
2014-07-25 16:28:47 +02:00
parent 29f89ec15f
commit 002b537b47
38 changed files with 381 additions and 188 deletions

View File

@ -31,7 +31,7 @@ class ErrorHandler {
private $handlingError = null;
/**
* Construct Error Handler
* Construct a new error handler instance
*
* @param ManiaControl @maniaControl
*/
@ -43,7 +43,7 @@ class ErrorHandler {
}
/**
* Initialize other Error Handler Features
* Initialize error handler features
*/
public function init() {
$this->maniaControl->settingManager->initSetting($this, self::SETTING_RESTART_ON_EXCEPTION, true);