| 1 | <?php |
||
| 7 | class NullDriver implements AmplitudeDriverInterface |
||
| 8 | { |
||
| 9 | public function init($apiKey) |
||
| 13 | |||
| 14 | public function setUserId($userId) |
||
| 18 | |||
| 19 | public function setUserProperties($userProperties) |
||
| 23 | |||
| 24 | public function sendEvent($name, $properties) |
||
| 28 | |||
| 29 | public function queueEvent($name, $properties) |
||
| 33 | |||
| 34 | public function sendQueuedEvents() |
||
| 38 | |||
| 39 | public function getDriverName() |
||
| 43 | } |
||
| 44 |