Back to Version class

Method getHelpVersion

public string
getHelpVersion
()
Method to get the help file version.
Returns
  • string Version suffix for help files.
Since
  • 1.0
Class: Version
Project: Joomla

Method getHelpVersion - Source code

/**
 * Method to get the help file version.
 *
 * @return  string  Version suffix for help files.
 *
 * @since   1.0
 */
public function getHelpVersion() : string
{
    return '.' . self::MAJOR_VERSION . self::MINOR_VERSION;
}