PHP Conference Fukuoka 2025

The MongoDB\Driver\Monitoring\Subscriber interface

(mongodb >=1.3.0)

ใฏใ˜ใ‚ใซ

Base interface for event subscribers. This is used as a parameter type in the functions MongoDB\Driver\Monitoring\addSubscriber() and MongoDB\Driver\Monitoring\removeSubscriber() and should not be implemented directly.

ใ‚คใƒณใ‚ฟใƒผใƒ•ใ‚งใ‚คใ‚นๆฆ‚่ฆ

class MongoDB\Driver\Monitoring\Subscriber {
}

This interface has no methods. Its only purpose is to be the base interface for all event subscribers.

๏ผ‹add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top