source = $source; $this->setRealm('davigil'); } /** */ protected function validateUserPass( /*string */$username, /*string */$password )/* : bool*/ { $data = $this->source->get( [ 'username' => $username, 'password' => $password, ] ); return ($data !== null); } } ?>