cs Command

This commit is contained in:
Dominik Liebler
2013-09-11 16:06:03 +02:00
parent 33671aec55
commit bead52e9e9
4 changed files with 26 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ namespace DesignPatterns\Command;
* can be implemented with the Command pattern (e.g. vagrant)
*
*/
interface Command
interface CommandInterface
{
/**
* this is the most important method in the Command pattern,