* @link http://www.oxidmodule.com */ namespace D3\Webauthn\Modules\Application\Component { use OxidEsales\Eshop\Application\Component\UserComponent; class d3_webauthn_UserComponent_parent extends UserComponent {} } namespace D3\Webauthn\Modules\Application\Controller { use OxidEsales\Eshop\Application\Controller\OrderController; use OxidEsales\Eshop\Application\Controller\PaymentController; use OxidEsales\Eshop\Application\Controller\UserController; class d3_webauthn_UserController_parent extends UserController {} class d3_webauthn_OrderController_parent extends OrderController {} class d3_webauthn_PaymentController_parent extends PaymentController {} } namespace D3\Webauthn\Modules\Application\Controller\Admin { use OxidEsales\Eshop\Application\Controller\Admin\LoginController; class d3_LoginController_Webauthn_parent extends LoginController {} } namespace D3\Webauthn\Modules\Application\Model { use OxidEsales\Eshop\Application\Model\User; class d3_User_Webauthn_parent extends User {} }