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