app(); } protected function app() { if (self::$app === null) { self::$app = Icinga::app(); } return self::$app; } }