/** * Return array of users * * @return array */ public function findAll() { return Sentry::findAllUsers(); }