Copied!

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\Reflection\Project
 

Creates a project from the set of files.

  • param \File[] $files
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration