I am trying to extend
I have defined my class like this:
Are there any classes that cant be extended this way?
\XF\CustomField\DefinitionSet
but i cant get it to work. I have registered the extension in admin but it looks like this doesnt work somehow.I have defined my class like this:
class DefinitionSet extends XFCP_DefinitionSet
Are there any classes that cant be extended this way?