6 * Source directory interface
8 interface SourceDir
extends \Traversable
11 * Read the source directory
13 * Note: Best practices are for others, but if you want to follow them, do
14 * not put constructors in interfaces. Keep your complaints, I warned you.
19 public function __construct(Command
$cmd, $path);
22 * Retrieve the base directory
25 public function getBaseDir();