Hello together, as stated in the subject I have two questions.
First question: In the first line of the method the basename is saved in $extensionClass. Why is this done in namespace context? Is it forbidden to use a fully namespace when extending a class (i.e. \MyClass\myOrder_parent)? Second question: A few following lines a class_exist-check is performed. In case the class does not exists a class_alias is created. Shouldn't the middle class be created at this point? Best regards, Alex