|
ultimix
|
Go to the source code of this file.
Functions | |
| _get_full_class_name ($Name, $Version, $ROOT_DIR) | |
| _get_top_package_name ($PackageName) | |
| _get_requested_class_name () | |
| _set_object_label ($theObjectLabel) | |
| _get_package_path_ex ($PackageName, $PackageRealVersion) | |
| _get_load_script_data ($PackageName, $PackageVersion, $PackageScriptPath) | |
| _fill_package_paths_data ($PackageName, $PackageVersion, $PackageScriptPath) | |
| _fill_package_paths_cache ($PackageName, $PackageVersion, $PackageScriptPath) | |
| _try_fetch_from_cache ($PackageName, $PackageVersion) | |
| _package_script_fast_load ($PackageName, $PackageVersion) | |
| _get_package_directory ($PackageName, $PackageVersion) | |
| _fill_package_cache ($PackageClassName, $Key) | |
| _store_package_object ($PackageClassName, $Key) | |
| _store_package_path ($PackageName, $PackageVersion) | |
| _get_package_relative_path_ex ($PackageName, $PackageVersion) | |
Variables | |
| $PackageCache = array() | |
| $RequestedClassName = '' | |
| $TopPackageNameCacheChanged = false | |
| $TopPackageNameCache = array() | |
| $ObjectLabel = 'default' | |
| $PackagePathsCacheChanged = false | |
| $PackagePathsCache = array() | |
| _fill_package_cache | ( | $PackageClassName, | |
| $Key | |||
| ) |
Filling package cache.
| $PackageClassName | - Class name. |
| $Key | - Cache key. |
| Exception | An exception of this type is thrown. |
Definition at line 585 of file core.php.
| _fill_package_paths_cache | ( | $PackageName, | |
| $PackageVersion, | |||
| $PackageScriptPath | |||
| ) |
Additing information about package in the cache.
| $PackageName | - Name of the package. |
| $PackageVersion | - Package's version. |
| $PackageScriptPath | - Path to the package's script. |
| Exception | An exception of this type is thrown. |
Definition at line 386 of file core.php.
| _fill_package_paths_data | ( | $PackageName, | |
| $PackageVersion, | |||
| $PackageScriptPath | |||
| ) |
Additing information about package in the cache.
| $PackageName | - Name of the package. |
| $PackageVersion | - Package's version. |
| $PackageScriptPath | - Path to the package's script. |
| Exception | An exception of this type is thrown. |
Definition at line 332 of file core.php.
| _get_full_class_name | ( | $Name, | |
| $Version, | |||
| $ROOT_DIR | |||
| ) |
Function returns class name for the specified package.
| $Name | - Short name of the class. |
| $Version | - Version of the package. |
| $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 60 of file core.php.
| _get_load_script_data | ( | $PackageName, | |
| $PackageVersion, | |||
| $PackageScriptPath | |||
| ) |
Getting data about loading script.
| $PackageName | - Name of the package. |
| $PackageVersion | - Package's version. |
| $PackageScriptPath | - Path to the package's script. |
| Exception | An exception of this type is thrown. |
Definition at line 279 of file core.php.
| _get_package_directory | ( | $PackageName, | |
| $PackageVersion | |||
| ) |
Getting package loading paths.
| $PackageName | - Name of the package. |
| $PackageVersion | - Package's version. |
| Exception | An exception of this type is thrown. |
Definition at line 547 of file core.php.
| _get_package_path_ex | ( | $PackageName, | |
| $PackageRealVersion | |||
| ) |
Function returns real path to the requested package directory.
| $PackageName | - Package name before rewriting. |
| $PackageRealVersion | - Package's real version. |
| Exception | An exception of this type is thrown. |
Definition at line 228 of file core.php.
| _get_package_relative_path_ex | ( | $PackageName, | |
| $PackageVersion | |||
| ) |
Function provides information about package's installation path.
| $PackageName | - Package name. |
| $PackageVersion | - Package version. |
| Exception | An exception of this type is thrown. |
Definition at line 722 of file core.php.
| _get_requested_class_name | ( | ) |
Function returns real name of the requested class.
| _get_top_package_name | ( | $PackageName | ) |
Function returns full package name by it's full package name.
| $PackageName | - Full package path. |
| Exception | An exception of this type is thrown. |
Definition at line 113 of file core.php.
| _package_script_fast_load | ( | $PackageName, | |
| $PackageVersion | |||
| ) |
Loading script.
| $PackageName | - Name of the package. |
| $PackageVersion | - Package's version. |
| Exception | An exception of this type is thrown. |
Definition at line 491 of file core.php.
| _set_object_label | ( | $theObjectLabel | ) |
Function sets the label of the .
| $theObjectLabel | - Label of the object. |
| Exception | An exception of this type is thrown. |
Definition at line 183 of file core.php.
| _store_package_object | ( | $PackageClassName, | |
| $Key | |||
| ) |
Getting package loading paths.
| $PackageClassName | - Class name. |
| $Key | - Cache key. |
| Exception | An exception of this type is thrown. |
Definition at line 630 of file core.php.
| _store_package_path | ( | $PackageName, | |
| $PackageVersion | |||
| ) |
Saving package path.
| $PackageName | - Name of the package. |
| $PackageVersion | - Package's version. |
| Exception | An exception of this type is thrown. |
Definition at line 679 of file core.php.
| _try_fetch_from_cache | ( | $PackageName, | |
| $PackageVersion | |||
| ) |
Fetching package from cache.
| $PackageName | - Name of the package. |
| $PackageVersion | - Package's version. |
| $PackageScriptPath | - Path to the package's script. |
| Exception | An exception of this type is thrown. |
Definition at line 437 of file core.php.