Ejemplo n.º 1
0
 /**
  * Returns the name of the database that this layout is in.
  *
  * @return string Database name.
  */
 function getDatabase()
 {
     return $this->_impl->getDatabase();
 }