Back to Document class

Method getMediaVersion

public string
getMediaVersion
()
Return the media version
Returns
  • string
Since
  • 3.2
Class: Document
Project: Joomla

Method getMediaVersion - Source code

/**
 * Return the media version
 *
 * @return  string
 *
 * @since   3.2
 */
public function getMediaVersion()
{
    return $this->mediaVersion;
}