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