Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
SetupInterface.php
Go to the documentation of this file.
1 <?php
7 
14 interface SetupInterface
15 {
21  public function getConnection();
22 
30  public function setTable($tableName, $realTableName);
31 
38  public function getTable($tableName);
39 
47  public function getTablePlaceholder($tableName);
48 
55  public function tableExists($table);
56 
63  public function run($sql);
64 
70  public function startSetup();
71 
77  public function endSetup();
78 }
$tableName
Definition: trigger.php:13
setTable($tableName, $realTableName)
$table
Definition: trigger.php:14