HasTags
Table of Contents
Properties
- $tags : Collection<string|int, Collection<string|int, TagInterface>>
Methods
- getAuthor() : Collection<string|int, AuthorDescriptor>
- getCopyright() : Collection<string|int, TagInterface>
- Returns the copyrights for this element.
- getTags() : Collection<string|int, Collection<string|int, TagInterface>>
- Returns the tags associated with this element.
- getVersion() : Collection<string|int, VersionDescriptor>
- Returns the versions for this element.
Properties
$tags
protected
Collection<string|int, Collection<string|int, TagInterface>>
$tags
The tags associated with this element.
Methods
getAuthor()
public
getAuthor() : Collection<string|int, AuthorDescriptor>
Return values
Collection<string|int, AuthorDescriptor>getCopyright()
Returns the copyrights for this element.
public
getCopyright() : Collection<string|int, TagInterface>
Return values
Collection<string|int, TagInterface>getTags()
Returns the tags associated with this element.
public
getTags() : Collection<string|int, Collection<string|int, TagInterface>>
Return values
Collection<string|int, Collection<string|int, TagInterface>>getVersion()
Returns the versions for this element.
public
getVersion() : Collection<string|int, VersionDescriptor>