Files
DesignPatternsPHP/Behavioral/Specification/README.md
2014-07-31 14:13:53 -05:00

10 lines
350 B
Markdown

# Specification
## Purpose
Builds a clear specification of business rules, where objects can be checked against. The composite specification class has
one method called `isSatisfiedBy` that returns either true or false depending on whether the given object satisfies the specification.
## UML Diagram
![Alt Specification UML Diagram](uml/uml.png)