whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
doctrine
/
dbal
/
src
/
Query
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/doctrine/dbal/src/Query/ForUpdate.php
<?php declare(strict_types=1); namespace Doctrine\DBAL\Query; /** @internal */ final class ForUpdate { private int $conflictResolutionMode; public function __construct(int $conflictResolutionMode) { $this->conflictResolutionMode = $conflictResolutionMode; } public function getConflictResolutionMode(): int { return $this->conflictResolutionMode; } }
Copyright ©2021 || Defacer Indonesia