mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-11 17:34:09 +02:00
added missing files in READMEs
This commit is contained in:
@@ -44,12 +44,24 @@ Command.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
UndoableCommand.php
|
||||
|
||||
.. literalinclude:: UndoableCommand.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
HelloCommand.php
|
||||
|
||||
.. literalinclude:: HelloCommand.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
AddMessageDateCommand.php
|
||||
|
||||
.. literalinclude:: AddMessageDateCommand.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
Receiver.php
|
||||
|
||||
.. literalinclude:: Receiver.php
|
||||
@@ -71,5 +83,11 @@ Tests/CommandTest.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
Tests/UndoableCommandTest.php
|
||||
|
||||
.. literalinclude:: Tests/UndoableCommandTest.php
|
||||
:language: php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Command
|
||||
.. __: http://en.wikipedia.org/wiki/Command_pattern
|
||||
|
Reference in New Issue
Block a user