コード例 #1
0
ファイル: Write.php プロジェクト: kidaa30/magento2-platformsh
 /**
  * Constructor
  *
  * @param string $path
  * @param DriverInterface $driver
  * @param string $mode
  */
 public function __construct($path, DriverInterface $driver, $mode)
 {
     $this->mode = $mode;
     parent::__construct($path, $driver);
 }