[RSS Feed/News] XenForo 2.2.8 undocumented backwards compatibility break for REST API

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
XenForo 2.2.8 adds a new empty \XF\Api\Templater class, which directly extends the base \XF\Template\Templater class. If you have any class extensions on \XF\Template\Templater that you expect to apply within the REST API you'll have to duplicate them, or split out your custom parts into a trait that gets included on both and call that trait's function from within your extended methods.

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom