Interface for project factories. A project factory shall convert a set of files
into an object implementing the Project interface.
AbstractInterface
Methods |
public abstract create(string $name, array $files) : phpDocumentor Creates a project from the set of files.
|