Function __global->cms_version
Definitions
sources/global2.php
- Get the major version of your installation.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- The major version number of your installation
- Type: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the major version of your installation.
*
* @return integer The major version number of your installation
*/
function cms_version() : int
* Get the major version of your installation.
*
* @return integer The major version number of your installation
*/
function cms_version() : int
sources/minikernel.php
- Get the major version of your installation.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- The major version number of your installation
- Type: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the major version of your installation.
*
* @return integer The major version number of your installation
*/
function cms_version() : int
* Get the major version of your installation.
*
* @return integer The major version number of your installation
*/
function cms_version() : int

