Files
DesignPatternsPHP/Specification/README.md
2013-12-06 10:19:44 +01:00

8 lines
289 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.