Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
SetupStreamHandler.php
Go to the documentation of this file.
1 <?php
8 
10 
15 {
19  protected $fileName = '/var/log/update.log';
20 
25 
30  public function __construct(
32  $filePath = null
33  ) {
34  parent::__construct($filesystem, $filePath);
35  }
36 }
__construct(DriverInterface $filesystem, $filePath=null)