count = count($user->findAll()); } /** * Get the number of users */ public function getUserCount() { return $this->count; } }