コード例 #1
0
ファイル: Service.php プロジェクト: MossesX/mongo-cms
 /**
  * Retrieves tables list
  *
  * @param string $schema
  * @return array
  */
 public function getTables($schema)
 {
     return $this->_adapter->getTables($schema);
 }