Back to Version class

Method refreshMediaVersion

public \Joomla\CMS\Version
refreshMediaVersion
()
Function to refresh the media version
Returns
  • \Joomla\CMS\Version Instance of $this to allow chaining.
Since
  • 3.2
Class: Version
Project: Joomla

Method refreshMediaVersion - Source code

/**
 * Function to refresh the media version
 *
 * @return  Version  Instance of $this to allow chaining.
 *
 * @since   3.2
 */
public function refreshMediaVersion() : Version
{
    return $this->setMediaVersion($this->generateMediaVersion());
}