Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Quiet.php
Go to the documentation of this file.
1 <?php
7 
9 {
13  public function log($str)
14  {
15  }
16 
20  public function logStats($type, $sql, $bind = [], $result = null)
21  {
22  }
23 
27  public function critical(\Exception $e)
28  {
29  }
30 
34  public function startTimer()
35  {
36  }
37 }
$type
Definition: item.phtml:13
logStats($type, $sql, $bind=[], $result=null)
Definition: Quiet.php:20