| Fully Qualified Name: | Laminas\Crypt\SymmetricPluginManager |
| Implements: | ContainerInterface |
Plugin manager implementation for the symmetric adapter instances.
Enforces that symmetric adapters retrieved are instances of Symmetric\SymmetricInterface. Additionally, it registers a number of default symmetric adapters available.
| Name | Description | Defined By |
|---|---|---|
| get() | Retrieve the symmetric plugin | SymmetricPluginManager |
| has() | Do we have the symmetric plugin? | SymmetricPluginManager |
Retrieve the symmetric plugin
| Parameter Name | Type | Description |
|---|---|---|
| $id | string |
Returns: \Symmetric\SymmetricInterface
Do we have the symmetric plugin?
| Parameter Name | Type | Description |
|---|---|---|
| $id | string |
Returns: bool