ProjectFactory
in
Interface for project factories. A project factory shall convert a set of files into an object implementing the Project interface.
Table of Contents
Methods
create()
Creates a project from the set of files.
public
create(string $name, array<string|int, File> $files) : Project
Parameters
- $name : string
- $files : array<string|int, File>