mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-16 11:53:58 +02:00
start a restructure
This commit is contained in:
7
Behavioral/Specification/README.md
Normal file
7
Behavioral/Specification/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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.
|
||||
|
Reference in New Issue
Block a user