|
ultimix
|
Go to the source code of this file.
Functions | |
| _get_package_relative_path ($File) | |
| get_top_data ($PackageName, $PackageVersion) | |
| _fetch_package_path ($PackageName, $Version, $ROOT_DIR=INSTALL_DIR) | |
| _get_package_path ($PackageName, $PackageVersion, $ROOT_DIR=INSTALL_DIR) | |
| _prepare_data ($thePackageName, $thePackageVersion, $ROOT_DIR=INSTALL_DIR) | |
| _get_root_dir ($thePackageName, $thePackageVersion, $ROOT_DIR=INSTALL_DIR) | |
Variables | |
| $PackageRelativePathCacheChanged = false | |
| $PackageRelativePathCache = array() | |
| $PackagePathCacheChanged = false | |
| $PackagePathCache = array() | |
| $FetchPackagePathCacheChanged = false | |
| $FetchPackagePathCache = array() | |
| $RootDirCacheChanged = false | |
| $RootDirCache = array() | |
| _fetch_package_path | ( | $PackageName, | |
| $Version, | |||
$ROOT_DIR = INSTALL_DIR |
|||
| ) |
Function returns real path to the requested package directory.
| $PackageName | - Package name after rewriting. |
| $Version | - Package's real version. |
| $ROOT_DIR | - root directory for package search. |
| Exception | An exception of this type is thrown. |
Definition at line 148 of file package_paths.php.
| _get_package_path | ( | $PackageName, | |
| $PackageVersion, | |||
$ROOT_DIR = INSTALL_DIR |
|||
| ) |
Function returns real path to the requested package directory.
| $PackageName | - package name after rewriting. |
| $PackageVersion | - Package's real version. |
| $ROOT_DIR | - root directory for package search. |
| Exception | An exception of this type is thrown. |
Definition at line 206 of file package_paths.php.
| _get_package_relative_path | ( | $File | ) |
Function provides information about package's installation path.
| $File | - Path to the file with package class. |
| Exception | An exception of this type is thrown. |
Definition at line 41 of file package_paths.php.
| _get_root_dir | ( | $thePackageName, | |
| $thePackageVersion, | |||
$ROOT_DIR = INSTALL_DIR |
|||
| ) |
Function returns real path to master-package's directory, wich contains requested packages.
| $thePackageName | - package name |
| $thePackageVersion | - Package's version. |
| $ROOT_DIR | - root directory for package search. |
| Exception | An exception of this type is thrown. |
Definition at line 314 of file package_paths.php.
| _prepare_data | ( | $thePackageName, | |
| $thePackageVersion, | |||
$ROOT_DIR = INSTALL_DIR |
|||
| ) |
Function returns real path to master-package's directory, wich contains requested packages.
| $thePackageName | - package name |
| $thePackageVersion | - Package's version. |
| $ROOT_DIR | - root directory for package search. |
| Exception | An exception of this type is thrown. |
Definition at line 263 of file package_paths.php.
| get_top_data | ( | $PackageName, | |
| $PackageVersion | |||
| ) |
Function returns real path to the requested package directory.
| $PackageName | - package name after rewriting. |
| $PackageVersion | - Package's real version. |
| Exception | An exception of this type is thrown. |
cutting package's name
cutting package's name
Definition at line 93 of file package_paths.php.
| $FetchPackagePathCache = array() |
Definition at line 116 of file package_paths.php.
| $FetchPackagePathCacheChanged = false |
Definition at line 115 of file package_paths.php.
| $PackagePathCache = array() |
Definition at line 65 of file package_paths.php.
| $PackagePathCacheChanged = false |
Definition at line 64 of file package_paths.php.
| $PackageRelativePathCache = array() |
Definition at line 17 of file package_paths.php.
| $PackageRelativePathCacheChanged = false |
Definition at line 16 of file package_paths.php.
| $RootDirCache = array() |
Definition at line 231 of file package_paths.php.
| $RootDirCacheChanged = false |
Definition at line 230 of file package_paths.php.