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