Esempio n. 1
0
 /**
  * Obtain a list of layouts from the current database that are
  * available with the current server settings and the current
  * username and password credentials.
  *
  * @return array|FileMaker_Error Either an array of layout names or an error.
  */
 function listLayouts()
 {
     return $this->_impl->listLayouts();
 }