PluginPropertiesProperty
in package
Uses
ElementTrait, EnumResolverTrait
This is the plugin property class.
The API plugin property data will be stored in that class and will remain immutable (only get methods are available)
Tags
Table of Contents
getName() | Returns the plugin property name. | : int |
---|---|---|
getValue() | Returns the plugin property value. | : array<string|int, mixed> |
Methods
getName()
Returns the plugin property name.
public
getName() : int
Return values
int —getValue()
Returns the plugin property value.
public
getValue() : array<string|int, mixed>