This website works better with JavaScript.
Home
Explore
Help
Sign In
tig12
/
tigsite
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add lib/patterns/command/Command.php
master
Thierry
4 years ago
parent
d2fd19fc9f
commit
310d7fd36b
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/php/lib/patterns/command/Command.php
+ 5
- 0
src/php/lib/patterns/command/Command.php
View File
@@ -0,0 +1,5 @@
<?php
public interface Command{
function execute();
}
Write
Preview
Loading…
Cancel
Save