[RSS Feed/News] Code Event listeners

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
According to [urlhttps://xenforo.com/community/help/resource-standards/]resource standards rule #20[/url] code event listeners should be used instead of full class extensions wheever possible.

However, this rule does not stete exactly how they should be used.

For example, if an Add-on requires modifying Post and Attachment structures, several approaches could be used:
  1. One code event listener on entity_structure without a hint
    PHP:

    public static function...

Read more

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