mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-05 14:37:27 +02:00
Extended UndoableCommandInterface from CommandInterface
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user