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. | : string |
---|---|---|
getValue() | Returns the plugin property value. | : string |
Methods
getName()
Returns the plugin property name.
public
getName() : string
Return values
string —getValue()
Returns the plugin property value.
public
getValue() : string