Class JVersion
Version information class for the Joomla CMS.
Final
Package: Joomla\Libraries\Version
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.0
Located at cms/version/version.php
Package: Joomla\Libraries\Version
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.0
Located at cms/version/version.php
Methods summary
public
mixed
|
|
public
boolean
|
|
public
boolean
|
#
isCompatible( string $minimum )
Compares two a "PHP standardized" version number against the current Joomla version. |
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
#
getUserAgent( string $component = null, boolean $mask = false, boolean $add_version = true )
Returns the user agent. |
public
string
|
#
generateMediaVersion( )
Generate a media version string for assets Public to allow third party developers to use it |
public
string
|
|
public
|
|
public
|
#
setMediaVersion( string $mediaVersion )
Sets the media version which is used to append to Joomla core media files. |
Magic methods summary
Constants summary
string |
PRODUCT
|
'Joomla!' |
#
Product name. |
string |
RELEASE
|
'3.7' |
#
Release version. |
string |
DEV_LEVEL
|
'3' |
#
Maintenance version. |
string |
DEV_STATUS
|
'Stable' |
#
Development status. |
string |
BUILD
|
'' |
#
Build number. |
string |
CODENAME
|
'Amani' |
#
Code name. |
string |
RELDATE
|
'4-July-2017' |
#
Release date. |
string |
RELTIME
|
'08:03' |
#
Release time. |
string |
RELTZ
|
'GMT' |
#
Release timezone. |
string |
COPYRIGHT
|
'Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.' |
#
Copyright Notice. |
string |
URL
|
'<a href="https://www.joomla.org">Joomla!</a> is Free Software released under the GNU General Public License.' |
#
Link text. |