Documentation

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

create()  : Project
Creates a project from the set of files.

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>
Return values
Project

Search results