Version 1
[yaffs-website] / vendor / drush / drush / lib / Drush / Command / CommandfilesInterface.php
diff --git a/vendor/drush/drush/lib/Drush/Command/CommandfilesInterface.php b/vendor/drush/drush/lib/Drush/Command/CommandfilesInterface.php
new file mode 100644 (file)
index 0000000..acb7c2c
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+namespace Drush\Command;
+
+interface CommandfilesInterface {
+  function add($commandfile);
+  function get();
+  function deferred();
+  function sort();
+}