dbms_primeidc_init...1
This commit is contained in:
parent
ae9e3cb813
commit
0c5077c5b3
@ -22,11 +22,11 @@ class QueryBuilder
|
|||||||
{
|
{
|
||||||
$this->pdo = $pdo;
|
$this->pdo = $pdo;
|
||||||
}
|
}
|
||||||
final final public function setDebug(bool $debug): void
|
final public function setDebug(bool $debug): void
|
||||||
{
|
{
|
||||||
$this->_debug = $debug;
|
$this->_debug = $debug;
|
||||||
}
|
}
|
||||||
final final public function getLastQuery(): string
|
final public function getLastQuery(): string
|
||||||
{
|
{
|
||||||
return $this->latestQuery;
|
return $this->latestQuery;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user