Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Extending COM class?

Tags:

php

Hi I'm using Debenu Quick PDF Library in a PHP project. And I instantiate my object with the following code.

$qp = new COM('DebenuPDFLibraryAX1012.PDFLibrary');

My question : Is it possible to extend this COM class?

like image 333
user3253797 Avatar asked May 01 '26 07:05

user3253797


1 Answers

Yes, it is possible to extend any class unless it is declared as final. You may not however be able to override certain methods if the individual methods have been declared with final keyword.

like image 175
Mike Brant Avatar answered May 03 '26 20:05

Mike Brant



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!