mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-26 14:29:13 +02:00
Merge pull request #133 from jhuet/patch-1
Adding RulerZ as a sample for Specification pattern
This commit is contained in:
@@ -9,6 +9,11 @@ checked against. The composite specification class has one method called
|
|||||||
``isSatisfiedBy`` that returns either true or false depending on whether
|
``isSatisfiedBy`` that returns either true or false depending on whether
|
||||||
the given object satisfies the specification.
|
the given object satisfies the specification.
|
||||||
|
|
||||||
|
Sample:
|
||||||
|
^^^^^^^
|
||||||
|
|
||||||
|
- `RulerZ <https://github.com/K-Phoen/rulerz>`__
|
||||||
|
|
||||||
UML Diagram
|
UML Diagram
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user