diff --git a/Behavioral/Specification/README.rst b/Behavioral/Specification/README.rst index 8e3106b..ad9512c 100644 --- a/Behavioral/Specification/README.rst +++ b/Behavioral/Specification/README.rst @@ -9,6 +9,11 @@ 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. +Sample: +^^^^^^^ + +- `RulerZ `__ + UML Diagram ----------- @@ -73,4 +78,4 @@ Tests/SpecificationTest.php :linenos: .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Specification -.. _`Specification`: http://en.wikipedia.org/wiki/Specification_pattern \ No newline at end of file +.. _`Specification`: http://en.wikipedia.org/wiki/Specification_pattern