Quinn-Interactive / silverstripe-seo

An all-in-one SEO module for SilverStripe 4.1+
BSD 3-Clause "New" or "Revised" License
33 stars 20 forks source link

Less method pollution in extensions #9

Closed zanderwar closed 6 years ago

zanderwar commented 6 years ago

Methods like getArticleTags() may conflict with a users already existing methodology.

These methods should instead be decoupled into their own class, and used within the methods that must exist within the extension