/**
  * 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);
 }