CustomTagValuesTrait
This is the custom tag values trait.
Tags
Table of Contents
$customTagValues | : array<string|int, mixed> | |
---|---|---|
getCustomTagValues() | Returns the element custom tag values. | : array<string|int, CustomTagValue> |
setCustomTagValues() | : void |
Properties
$customTagValues
protected
array<string|int, mixed>
$customTagValues
= []
Methods
getCustomTagValues()
Returns the element custom tag values.
public
getCustomTagValues() : array<string|int, CustomTagValue>
Return values
array<string|int, CustomTagValue> —setCustomTagValues()
protected
setCustomTagValues(array<string|int, mixed> $customTagValues) : void
Parameters
- $customTagValues : array<string|int, mixed>