DescriptionInterface
Table of Contents
Methods
- getBodyTemplate() : string
- getTags() : array<int, TagDescriptor|null>
- Returns the tags for this description
- isEmpty() : bool
- replaceTag() : void
Methods
getBodyTemplate()
public
getBodyTemplate() : string
Return values
stringgetTags()
Returns the tags for this description
public
getTags() : array<int, TagDescriptor|null>
Return values
array<int, TagDescriptor|null>isEmpty()
public
isEmpty() : bool
Return values
boolreplaceTag()
public
replaceTag(int $position, TagInterface|null $tagDescriptor) : void
Parameters
- $position : int
- $tagDescriptor : TagInterface|null