You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement AbstractEntity, to be extended by AbstractPersistentEntity and any other CFCs that may require generic property-related behavior. E.g., a generic populate() method that can walk a hierarchy to gather all properties via CFC metadata.
Other useful methods to implement? E.g., hasProperty(), getProperty(), getPropertyFormatted(), etc.
The text was updated successfully, but these errors were encountered:
Implement AbstractEntity, to be extended by AbstractPersistentEntity and any other CFCs that may require generic property-related behavior. E.g., a generic populate() method that can walk a hierarchy to gather all properties via CFC metadata.
Other useful methods to implement? E.g., hasProperty(), getProperty(), getPropertyFormatted(), etc.
The text was updated successfully, but these errors were encountered: