NamespaceInterface
extends ElementInterface, ContainerInterface, ChildInterface
in package
Describes the public interface for the description of a namespace.
Methods
setFullyQualifiedStructuralElementName() inherited
Sets the Fully Qualified Structural Element Name (FQSEN) for this element.
publicsetFullyQualifiedStructuralElementName(Fqsen $name) : void
getFullyQualifiedStructuralElementName() inherited
Returns the Fully Qualified Structural Element Name (FQSEN) for this element.
publicgetFullyQualifiedStructuralElementName() : Fqsen|null
setSummary() inherited
Sets a summary describing this element.
publicsetSummary(string $summary) : void
setDescription() inherited
Sets a longer description for this element.
publicsetDescription(string $description) : void
Parameters
- Inherited from
- \phpDocumentor\Descriptor\Interfaces\ElementInterface
getDescription() inherited
Returns a longer description for this element.
publicgetDescription() : string
setLocation() inherited
Sets the file and location for this element.
publicsetLocation(FileDescriptor $file, int $line) : void
- Inherited from
- \phpDocumentor\Descriptor\Interfaces\ElementInterface
getPath() inherited
Returns the file location for this element relative to the project root.
publicgetPath() : string
getTags() inherited
Returns all tags associated with this element.
publicgetTags() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\TagDescriptor>
Returns
\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\TagDescriptor> —- Inherited from
- \phpDocumentor\Descriptor\Interfaces\ElementInterface
getConstants() inherited
publicgetConstants() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\ConstantDescriptor>
Returns
\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\ConstantDescriptor> —- Inherited from
- \phpDocumentor\Descriptor\Interfaces\ContainerInterface
getFunctions() inherited
publicgetFunctions() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\FunctionDescriptor>
Returns
\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\FunctionDescriptor> —- Inherited from
- \phpDocumentor\Descriptor\Interfaces\ContainerInterface
getClasses() inherited
publicgetClasses() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\ClassDescriptor>
Returns
\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\ClassDescriptor> —- Inherited from
- \phpDocumentor\Descriptor\Interfaces\ContainerInterface
getInterfaces() inherited
publicgetInterfaces() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\InterfaceDescriptor>
Returns
\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\InterfaceDescriptor> —- Inherited from
- \phpDocumentor\Descriptor\Interfaces\ContainerInterface
getTraits() inherited
publicgetTraits() : \phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\TraitDescriptor>
Returns
\phpDocumentor\Descriptor\Collection<\phpDocumentor\Descriptor\TraitDescriptor> —- Inherited from
- \phpDocumentor\Descriptor\Interfaces\ContainerInterface
getParent() inherited
Returns the parent for this descriptor.
publicgetParent() : DescriptorAbstract|Fqsen|string|null
Returns
DescriptorAbstract|Fqsen|string|null —- Inherited from
- \phpDocumentor\Descriptor\Interfaces\ChildInterface
setParent() inherited
Sets the parent for this Descriptor.
publicsetParent(DescriptorAbstract|Fqsen|string|null $parent) : void
- Inherited from
- \phpDocumentor\Descriptor\Interfaces\ChildInterface