$plugin->__call()
Allows access to any composer.json field by method call
$plugin->__call(string $key, ?array $arguments = null): mixed|null
Parameters
| Name | Type | Default |
|---|---|---|
| $key * | string |
– |
| $arguments | array|null |
null |
Return type
mixed|null