oLogger = $oLogger; // $this->sHostName = $oConfig->Get('plugin', 'example_hostname', ''); } public static function isSupported() : bool { return false; } public static function configMapping() : array { return array(); } public function ChangePassword(\RainLoop\Model\Account $oAccount, string $sPrevPassword, string $sNewPassword) : bool { return false; } }