OXID eShop CE
6.2.4
|
Static Public Member Functions | |
static | autoload ($class) |
Static Private Member Functions | |
static | getUnifiedNamespaceClassForBcAlias ($bcAlias) |
static | forceBackwardsCompatiblityClassLoading ($class) |
static | getBackwardsCompatibilityClassMap () |
This class autoloads backwards compatible classes by triggering the composer autoloader via a unified namespace class.
|
static |
|
staticprivate |
This triggers loading the unified namespace class via composer autoloader and also the aliasing of the backwards compatible class.
string | $class | Name of the class to load |
|
staticprivate |
Return the backwards compatible class map.
|
staticprivate |
Return the name of a Unified Namespace class for a given backwards compatible class
string | $bcAlias | Name of the backwards compatible class like oxArticle |