Пример #1
0
 /**
  * Get the data for a given container field.
  *
  * @param string $url The location of the data.
  *
  * @return string The raw field data.
  */
 function getContainerData($url)
 {
     return $this->_impl->getContainerData($url);
 }
Пример #2
0
 /**
  * Returns the minimum version of src Server that this API works with.
  *
  * @return string Minimum src Server version.
  * @static
  */
 static function getMinServerVersion()
 {
     return FileMaker_Implementation::getMinServerVersion();
 }