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