Projects with this topic
Sort by:
-
Implement Eboreum\ValueObjectInterface\ValueObjectInterface on any class to flag it as a value-object. A value-object should never cause any side effects. For instance, a value-object should not cause database writes, cause network requests, cause logging, or similar things.
Updated