Class SymmetricPluginManager

Summary

Fully Qualified Name: Zend\Crypt\SymmetricPluginManager
Implements: ContainerInterface

Description

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.

Methods

Name Description Defined By
get() Retrieve the symmetric plugin SymmetricPluginManager
has() Do we have the symmetric plugin? SymmetricPluginManager

Method Details

get()

Retrieve the symmetric plugin

Parameter Name Type Description
$id string

Returns: \Symmetric\SymmetricInterface

has()

Do we have the symmetric plugin?

Parameter Name Type Description
$id string

Returns: bool

Top