ProjectInterface

in package

Describes the public interface for the description of a project.

Methods

publicsetName(string $name) : void

Parameters

$name : string

publicgetName() : string

Returns

string

publicgetFiles() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\FileDescriptor>

Returns

\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\FileDescriptor>

publicgetIndexes() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\DescriptorAbstract>>

Returns

\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\DescriptorAbstract>>