|
ultimix
|
Go to the source code of this file.
Functions | |
| _load_packages_list ($ROOT_DIR=INSTALL_DIR) | |
| _get_name_and_version ($RootPackage= '', $RootVersion= '') | |
| _fetch_subpackages_list ($RetArray, $ROOT_DIR, $p, $PackageNamePrefix, $PackageVersionPrefix) | |
| _get_packages_list ($ROOT_DIR=INSTALL_DIR, $RootPackage= '', $RootVersion= '') | |
| _fetch_subpackages ($ROOT_DIR, $p, $PackageNamePrefix, $PackageVersionPrefix) | |
| _fetch_subpackages_tree ($RetArray, $ROOT_DIR, $p, $PackageNamePrefix, $PackageVerPrefix) | |
| _get_packages_tree ($ROOT_DIR=INSTALL_DIR, $RootPackage= '', $RootVersion= '') | |
| _unzip_package ($FileSource, $ROOT_DIR=INSTALL_DIR) | |
| _install_package ($FileSource, $ROOT_DIR=INSTALL_DIR) | |
| _get_packages_info ($PackageName, $PackageVersion, $ROOT_DIR=INSTALL_DIR) | |
| _delete_pf ($Path) | |
| _open_package_list ($Path) | |
| _delete_package ($PackageName, $PackageVersion, $ROOT_DIR=INSTALL_DIR) | |
| _delete_package | ( | $PackageName, | |
| $PackageVersion, | |||
$ROOT_DIR = INSTALL_DIR |
|||
| ) |
Delete package by given name and version.
| $PackageName | - Package's name. |
| $PackageVersion | - Package's 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 671 of file package_manipulation.php.
| _delete_pf | ( | $Path | ) |
Delete package by given name and version.
| $Path | - Path to the package. |
| Exception | An exception of this type is thrown. |
Definition at line 595 of file package_manipulation.php.
| _fetch_subpackages | ( | $ROOT_DIR, | |
| $p, | |||
| $PackageNamePrefix, | |||
| $PackageVersionPrefix | |||
| ) |
Function returns a list of installed packages.
| $ROOT_DIR | - Root directory path. |
| $p | - Processing package's info. |
| $PackageNamePrefix | - Package name prefix. |
| $PackageVersionPrefix | - Package version prefix. |
| Exception | An exception of this type is thrown. |
Definition at line 283 of file package_manipulation.php.
| _fetch_subpackages_list | ( | $RetArray, | |
| $ROOT_DIR, | |||
| $p, | |||
| $PackageNamePrefix, | |||
| $PackageVersionPrefix | |||
| ) |
Function returns a list of installed packages.
| $RetArray | - Already fetched packages. |
| $ROOT_DIR | - Root directory path. |
| $p | - Processing package's info. |
| $PackageNamePrefix | - Package name prefix. |
| $PackageVersionPrefix | - Package version prefix. |
| Exception | An exception of this type is thrown. |
Definition at line 166 of file package_manipulation.php.
| _fetch_subpackages_tree | ( | $RetArray, | |
| $ROOT_DIR, | |||
| $p, | |||
| $PackageNamePrefix, | |||
| $PackageVerPrefix | |||
| ) |
Function returns a list of installed packages.
| $RetArray | - Already fetched packages. |
| $ROOT_DIR | - Root directory path. |
| $p | - Processing package's info. |
| $PackageNamePrefix | - Package name prefix. |
| $PackageVerPrefix | - Package version prefix. |
| Exception | An exception of this type is thrown. |
Definition at line 344 of file package_manipulation.php.
| _get_name_and_version | ( | $RootPackage = '', |
|
$RootVersion = '' |
|||
| ) |
Function returns package name and version.
| $ROOT_DIR | - Name of the root directory. In this directory all package processing will be run. |
| $RootPackage | - Root package. |
| $RootVersion | - Version of the root package |
| Exception | An exception of this type is thrown. |
Definition at line 98 of file package_manipulation.php.
| _get_packages_info | ( | $PackageName, | |
| $PackageVersion, | |||
$ROOT_DIR = INSTALL_DIR |
|||
| ) |
Function returns data from the packages_list file.
| $PackageName | - Package's name. |
| $PackageVersion | - Package's 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 553 of file package_manipulation.php.
| _get_packages_list | ( | $ROOT_DIR = INSTALL_DIR, |
|
$RootPackage = '', |
|||
$RootVersion = '' |
|||
| ) |
Function returns a list of installed packages.
| $ROOT_DIR | - Name of the root directory. In this directory all package processing will be run. |
| $RootPackage | - Root package. |
| $RootVersion | - Version of the root package |
| Exception | An exception of this type is thrown. |
Definition at line 224 of file package_manipulation.php.
| _get_packages_tree | ( | $ROOT_DIR = INSTALL_DIR, |
|
$RootPackage = '', |
|||
$RootVersion = '' |
|||
| ) |
Function returns a list of installed packages.
| $ROOT_DIR | - Name of the root directory. In this directory all package processing will be run. |
| $RootPackage | - Root package. |
| $RootVersion | - Version of the root package |
| Exception | An exception of this type is thrown. |
Definition at line 399 of file package_manipulation.php.
| _install_package | ( | $FileSource, | |
$ROOT_DIR = INSTALL_DIR |
|||
| ) |
Function installs package.
| $FileSource | - The source of package file. |
| $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 505 of file package_manipulation.php.
| _load_packages_list | ( | $ROOT_DIR = INSTALL_DIR | ) |
Function returns a list of installed packages.
| $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 38 of file package_manipulation.php.
| _open_package_list | ( | $Path | ) |
Delete package by given name and version.
| $Path | - Path to the package. |
| Exception | An exception of this type is thrown. |
Definition at line 626 of file package_manipulation.php.
| _unzip_package | ( | $FileSource, | |
$ROOT_DIR = INSTALL_DIR |
|||
| ) |
Function installs package.
| $FileSource | - The source of package file. |
| $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 452 of file package_manipulation.php.