Zend Framework  3.0
Namespaces | Classes | Functions | Variables
Zend\Hydrator Namespace Reference

Zend Framework (http://framework.zend.com/) More...

Namespaces

namespace  Aggregate
 Zend Framework (http://framework.zend.com/)
 
namespace  Exception
 Zend Framework (http://framework.zend.com/)
 
namespace  Filter
 Zend Framework (http://framework.zend.com/)
 
namespace  Iterator
 Zend Framework (http://framework.zend.com/)
 
namespace  NamingStrategy
 Zend Framework (http://framework.zend.com/)
 
namespace  Strategy
 Zend Framework (http://framework.zend.com/)
 

Classes

class  AbstractHydrator
 
class  ArraySerializable
 
class  ClassMethods
 
class  ConfigProvider
 
class  DelegatingHydrator
 
class  DelegatingHydratorFactory
 
interface  ExtractionInterface
 
interface  FilterEnabledInterface
 
interface  HydrationInterface
 
interface  HydratorAwareInterface
 
interface  HydratorInterface
 
interface  HydratorOptionsInterface
 
class  HydratorPluginManager
 Plugin manager implementation for hydrators. More...
 
class  HydratorPluginManagerFactory
 
class  Module
 
interface  NamingStrategyEnabledInterface
 
class  ObjectProperty
 
class  Reflection
 
interface  StrategyEnabledInterface
 

Functions

 setHydrator (HydratorInterface $hydrator)
 Set hydrator.
 
 getHydrator ()
 Retrieve hydrator.
 

Variables

trait HydratorAwareTrait
 

Detailed Description

Zend Framework (http://framework.zend.com/)

for the canonical source repository Copyright (c) 2005-2016 Zend Technologies USA Inc. http://github.com/zendframework/zf2 for the canonical source repository Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) http://framework.zend.com/license/new-bsd New BSD License (http://www.zend.com) http://framework.zend.com/license/new-bsd New BSD License

Function Documentation

Zend\Hydrator\getHydrator ( )

Retrieve hydrator.

Parameters
void
Returns
null|HydratorInterface public
Zend\Hydrator\setHydrator ( HydratorInterface  $hydrator)

Set hydrator.

Parameters
HydratorInterface$hydrator
Returns
self public

Variable Documentation

trait HydratorAwareTrait
Initial value:
{
protected $hydrator = null