Zend Framework
2.4
|
Zend Framework (http://framework.zend.com/) More...
Namespaces | |
namespace | Aggregate |
Zend Framework (http://framework.zend.com/) | |
namespace | Filter |
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 | DelegatingHydrator |
class | DelegatingHydratorFactory |
interface | FilterEnabledInterface |
interface | HydrationInterface |
interface | HydratorAwareInterface |
interface | HydratorInterface |
interface | HydratorOptionsInterface |
class | HydratorPluginManager |
Plugin manager implementation for hydrators. More... | |
interface | NamingStrategyEnabledInterface |
class | ObjectProperty |
class | Reflection |
interface | StrategyEnabledInterface |
Functions | |
setHydrator (HydratorInterface $hydrator) | |
Set hydrator. | |
getHydrator () | |
Retrieve hydrator. | |
Variables | |
trait | HydratorAwareTrait |
Zend Framework (http://framework.zend.com/)
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
Zend\Stdlib\Hydrator\getHydrator | ( | ) |
Retrieve hydrator.
void |
Zend\Stdlib\Hydrator\setHydrator | ( | HydratorInterface | $hydrator | ) |
trait HydratorAwareTrait |