PluginProperties extends PluginProperties 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
see
PluginProperties::getData()
see
Element
see
ElementTrait
see
PluginProperties

Table of Contents

getConnectors() Returns the plugin connectors.  : array<string|int, mixed>
getProperties() Returns the plugin properties.  : array<string|int, mixed>
setConnectors()  : 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

Search results