Class StandaloneHydratorPluginManager

Summary

Fully Qualified Name: Laminas\Hydrator\StandaloneHydratorPluginManager
Implements: HydratorPluginManagerInterface

Description

Standalone hydrator manager.

This class implements a standalone version of the HydratorPluginManager that can be used anywhere a PSR-11 ContainerInterface is expected.

It will load any hydrator implementation shipped in this package, and only those hydrators shipped in this package, using:

If you want to be able to configure additional services, you will need to either install laminas-servicemanager and use the HydratorPluginManager; wire hydrators into your application container; or write your own implementation.

Methods

Name Description Defined By
__construct() StandaloneHydratorPluginManager
get() {@inheritDoc} StandaloneHydratorPluginManager
has() {@inheritDoc} StandaloneHydratorPluginManager

Method Details

__construct()

Returns: void

get()

{@inheritDoc}

Parameter Name Type Description
$id

Returns:

has()

{@inheritDoc}

Parameter Name Type Description
$id

Returns:

Top