Implemented Extending XenForo_Template_FileHandler

Mike Tougeron

Well-known member
I'm trying to extend XenForo_Template_FileHandler but I cannot because getInstance() is a 'final' method and $_instance is private.

It would be extremely helpful if $_instance could be protected and allow me to extend getInstance().

edit: Sorry, it'd also be nice to make __construct() protected instead of private.

Thanks,
Mike
 
Upvote 1
This suggestion has been implemented. Votes are no longer accepted.
Top Bottom