Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
BackupInterface.php
Go to the documentation of this file.
1 <?php
7 
14 interface BackupInterface
15 {
22  public function setTime($time);
23 
30  public function setType($type);
31 
38  public function setPath($path);
39 
46  public function setName($name);
47 
54  public function open($write = false);
55 
62  public function write($data);
63 
69  public function close();
70 }
$type
Definition: item.phtml:13
if(!isset($_GET['name'])) $name
Definition: log.php:14