コード例 #1
0
ファイル: Db.php プロジェクト: aiesh/magento2
 /**
  * Retrieve table list
  *
  * @return array
  */
 public function getTables()
 {
     return $this->_write->listTables();
 }