Inheritance chain of unified namespace classes
Example OXID eShop Professional Edition
Example OXID eShop Enterprise Edition
Example OXID eShop Enterprise Edition with 2 modules activated
Warning
Do NOT use the PHP method get_class
as its return value is dependent on the modules which are currently activated
in the shop:
// returns Vendor1\Module2\Application\Model\Article in this example
get_class(oxNew(OxidEsales\Eshop\Application\Model\Article::class));