Gets the number of updates stored for a given room.
Parameters
$roomstringrequired- Room identifier.
Source
public function get_update_count( string $room ): int {
return $this->room_update_counts[ $room ] ?? 0;
}
Changelog
| Version | Description |
|---|---|
| 7.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.