Back to WebAssetItem class

Method getVersion

public string
getVersion
()
Return Asset version
Returns
  • string
Since
  • 4.0.0
Class: WebAssetItem
Project: Joomla

Method getVersion - Source code

/**
 * Return Asset version
 *
 * @return  string
 *
 * @since   4.0.0
 */
public function getVersion() : string
{
    return (string) $this->version;
}