示例#1
0
 /**
  * Retrieves schemas list
  *
  * @return array
  */
 public function getSchemas()
 {
     return $this->_adapter->getSchemas();
 }