php-sap / saprfc-kralik

PHP/SAP implementation for Gregor Kraliks sapnwrfc module
https://php-sap.github.io/
MIT License
10 stars 2 forks source link

Class SapRfc is not extendable #3

Closed tigerduck42 closed 4 years ago

tigerduck42 commented 4 years ago

Hi Gregor,

the class SapRfc is not extendable.

Either zu set $invokeOptions to public https://github.com/php-sap/saprfc-kralik/blob/master/src/SapRfc.php#L46

or you use self::$invokeOptions within invoke() https://github.com/php-sap/saprfc-kralik/blob/master/src/SapRfc.php#L220

Kindest regards Martin