callBack = $callBack; $this->realm = 'CloudreveWebDav'; } public function getDigestHash($realm, $username){ $cb = $this->callBack; return $cb($realm,$username); } }