Documentation

PluggableTrait

Table of Contents

$plugins  : array<string|int, mixed>
__call()  : mixed
Plugins pass-through.
addPlugin()  : $this
Register a plugin.
findPlugin()  : PluginInterface
Find a specific plugin.
invokePlugin()  : mixed
Invoke a plugin by method name.

Properties

Methods

__call()

Plugins pass-through.

public __call(string $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : string
$arguments : array<string|int, mixed>
Tags
throws
BadMethodCallException
Return values
mixed

Search results