PluginProperties
extends PluginProperties
in package
Uses
ElementTrait
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
getConnectors() | Returns the plugin connectors. | : array<string|int, mixed> |
---|---|---|
getProperties() | Returns the plugin properties. | : array<string|int, mixed> |
setConnectors() | : mixed | |
setProperties() | : mixed |
Methods
getConnectors()
Returns the plugin connectors.
public
getConnectors() : array<string|int, mixed>
Return values
array<string|int, mixed> —getProperties()
Returns the plugin properties.
public
getProperties() : array<string|int, mixed>
Return values
array<string|int, mixed> —setConnectors()
public
setConnectors(array<string|int, mixed> $connectors) : mixed
Parameters
- $connectors : array<string|int, mixed>
Return values
mixed —setProperties()
public
setProperties(array<string|int, mixed> $properties) : mixed
Parameters
- $properties : array<string|int, mixed>