Extended UndoableCommandInterface from CommandInterface

This commit is contained in:
Ihor Burlachenko
2016-01-21 22:46:28 +01:00
parent be12454fef
commit 8a9872a6f5
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ namespace DesignPatterns\Behavioral\Command;
/**
* Interface UndoableCommandInterface.
*/
interface UndoableCommandInterface
interface UndoableCommandInterface extends CommandInterface
{
/**
* This method is used to undo change made by command execution