|
ultimix
|
Go to the source code of this file.
Functions | |
| _compare_versions ($TmpVersion, $Sel) | |
| _check_tmp_version ($Tmp, &$Sel, &$PackageDirectory, &$pi) | |
| _get_package_version ($PackageName, $PackageVersion, $ROOT_DIR=INSTALL_DIR) | |
| _get_package_real_version ($PackageName, $PackageVersion, $ROOT_DIR=INSTALL_DIR) | |
Variables | |
| $FullClassNameCacheChanged = false | |
| $FullClassNameCache = array() | |
| $PackageRealVersionCacheChanged = false | |
| $PackageRealVersionCache = array() | |
| _check_tmp_version | ( | $Tmp, | |
| & | $Sel, | ||
| & | $PackageDirectory, | ||
| & | $pi | ||
| ) |
Function returns real version of the package.
| $Tmp | - Version. |
| $Sel | - Version. |
| $PackageDirectory | - Package directory. |
| $pi | - Package info. |
| Exception | An exception of this type is thrown. |
Definition at line 99 of file package_version.php.
| _compare_versions | ( | $TmpVersion, | |
| $Sel | |||
| ) |
Version comparison.
| $TmpVersion | - Version. |
| $Sel | - Version. |
| Exception | An exception of this type is thrown. |
Definition at line 48 of file package_version.php.
| _get_package_real_version | ( | $PackageName, | |
| $PackageVersion, | |||
$ROOT_DIR = INSTALL_DIR |
|||
| ) |
Function returns real version of the package.
| $PackageName | - Name of the package. |
| $PackageVersion | - Package's version. In case string 'last' is passed, then method returns the latest version. |
| $ROOT_DIR | - Name of the root directory. In this directory all package processing will be run. |
| Exception | An exception of this type is thrown. |
Definition at line 214 of file package_version.php.
| _get_package_version | ( | $PackageName, | |
| $PackageVersion, | |||
$ROOT_DIR = INSTALL_DIR |
|||
| ) |
Function returns real version of the package.
| $PackageName | - Name of the package. |
| $PackageVersion | - Package's version. In case string 'last' is passed, then method returns the latest version. |
| $ROOT_DIR | - Name of the root directory. In this directory all package processing will be run. |
| Exception | An exception of this type is thrown. |
Definition at line 151 of file package_version.php.
| $FullClassNameCache = array() |
Definition at line 17 of file package_version.php.
| $FullClassNameCacheChanged = false |
Definition at line 16 of file package_version.php.
| $PackageRealVersionCache = array() |
Definition at line 20 of file package_version.php.
| $PackageRealVersionCacheChanged = false |
Definition at line 19 of file package_version.php.