override core classes

We have to use some code from sAdmin.php class which is unfortunatly protected.

Is it possible to override the sAdmin.php class to make some method public accessible?

Hi,

sure, protected Methods in Core-Classes can be hooked: Shopware events

In your case you can register to sAdmin::YOUR_METHOD::after - for example.

Best regards, 

Daniel