芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/libraries.2/vendor/joomla/database/src/Event/ConnectionEvent.php
driver = $driver; } /** * Retrieve the DatabaseInterface object attached to this event. * * @return DatabaseInterface * * @since 2.0.0 */ public function getDriver(): DatabaseInterface { return $this->driver; } }