ProjectInterface
in
Describes the public interface for the description of a project.
Table of Contents
- getFiles() : Collection<string|int, FileDescriptor>
- getIndexes() : Collection<string|int, Collection<string|int, DescriptorAbstract>>
- getName() : string
- getNamespace() : NamespaceDescriptor
- setName() : void
Methods
getFiles()
public
getFiles() : Collection<string|int, FileDescriptor>
Return values
Collection<string|int, FileDescriptor> —getIndexes()
public
getIndexes() : Collection<string|int, Collection<string|int, DescriptorAbstract>>
Return values
Collection<string|int, Collection<string|int, DescriptorAbstract>> —getName()
public
getName() : string
Return values
string —getNamespace()
public
getNamespace() : NamespaceDescriptor
Return values
NamespaceDescriptor —setName()
public
setName(string $name) : void
Parameters
- $name : string