mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-25 18:51:42 +02:00
Update TraceablePDO.php
This commit is contained in:
@@ -169,6 +169,16 @@ class TraceablePDO extends PDO
|
|||||||
return $this->executedStatements;
|
return $this->executedStatements;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Reset the list of executed statements
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function resetExecutedStatements()
|
||||||
|
{
|
||||||
|
$this->executedStatements = array();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the list of failed statements
|
* Returns the list of failed statements
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user