Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Stdo.php
Go to the documentation of this file.
1 <?php
7 
9 
15 class Stdo extends Csv
16 {
20  public function __construct()
21  {
22  $this->_fileHandler = STDOUT;
23  }
24 
30  public function __destruct()
31  {
32  }
33 }