setFullyQualifiedStructuralElementName()
setFullyQualifiedStructuralElementName(string $name) : void
Sets the Fully Qualified Structural Element Name (FQSEN) for this element.
Parameters
string | $name |
Describes the public interface for a descriptor of an Argument.
setLocation(\phpDocumentor\Descriptor\FileDescriptor $file, integer $line) : void
Sets the file and location for this element.
\phpDocumentor\Descriptor\FileDescriptor | $file | |
integer | $line |
getTags() : \phpDocumentor\Descriptor\Collection
Returns all tags associated with this element.
setTypes(\phpDocumentor\Descriptor\Collection $types) : void
Sets a normalized list of types that the argument represents.
Arguments should have one of the types mentioned in this array. If this array is empty than that is considered
to be the type mixed
(meaning: can be anything).
Any Type representing a class/interface/trait should be normalized to its complete FQCN, including preceding backslash. Types that do not represent a class/interface/trait should be written in lowercaps and should not be preceded by a backslash.
\phpDocumentor\Descriptor\Collection | $types | An Collection of normalized types that should be in this Argument |
getTypes() : \phpDocumentor\Descriptor\Collection
Returns a normalized list of types.