芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/invoicer.pulsehost.co.uk/vendor/doctrine/dbal/src/Portability/Statement.php
Statement and applies portability measures. */ public function __construct(DriverStatement $stmt, private readonly Converter $converter) { parent::__construct($stmt); } public function execute(): ResultInterface { return new Result( parent::execute(), $this->converter, ); } }