I have an overridden class OrderConfirmationControllerCore.
OrderConfirmationControllerCore
I have a modul with class Abra.
Abra
I need to get an instance of Abra
$abraSetDocs = Module::getInstanceByName('abra');
Note that 'abra' is the name of the module ($this->name from the module __construct()), not the class name.