Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Null.php
Go to the documentation of this file.
1 <?php
24 #require_once 'Zend/Log/Writer/Abstract.php';
25 
35 {
42  protected function _write($event)
43  {
44  }
45 
52  static public function factory($config)
53  {
54  return new self();
55  }
56 }
$config
Definition: fraud_order.php:17
static factory($config)
Definition: Null.php:52
_write($event)
Definition: Null.php:42