Is there any reason why getAllUntyped is added to every extension of Layer_Entities rather than just being added to the base class, itself? I'd like to have some generic methods that handle Layer_Entities rather than specific entity layer types, since i have no real need for them, most of the time
Is there any reason why
getAllUntyped
is added to every extension ofLayer_Entities
rather than just being added to the base class, itself? I'd like to have some generic methods that handle Layer_Entities rather than specific entity layer types, since i have no real need for them, most of the time