S sajal Active member Licensed customer Dec 10, 2019 #1 I want to override one of the method of controllerPlugin class. src/XF/ControllerPlugin/Report.php Do I have to create a class extension, or is there any other better way of doing it?
I want to override one of the method of controllerPlugin class. src/XF/ControllerPlugin/Report.php Do I have to create a class extension, or is there any other better way of doing it?
Jeremy P XenForo developer Staff member Licensed customer Dec 10, 2019 #2 A class extension would be the way to go.
S sajal Active member Licensed customer Dec 11, 2019 #3 Thanks @Jeremy P for your reply, appreciated.