acb7c2cdb61a136a4b073b62e77fe72c3db2976a
[yaffs-website] / vendor / drush / drush / lib / Drush / Command / CommandfilesInterface.php
1 <?php
2
3 namespace Drush\Command;
4
5 interface CommandfilesInterface {
6   function add($commandfile);
7   function get();
8   function deferred();
9   function sort();
10 }