Zend Framework  3.0
Public Member Functions | List of all members
NamingStrategyEnabledInterface Interface Reference

Public Member Functions

 setNamingStrategy (NamingStrategy\NamingStrategyInterface $strategy)
 Adds the given naming strategy.
 
 getNamingStrategy ()
 Gets the naming strategy.
 
 hasNamingStrategy ()
 Checks if a naming strategy exists.
 
 removeNamingStrategy ()
 Removes the naming with the given name.
 

Member Function Documentation

getNamingStrategy ( )

Gets the naming strategy.

Returns
NamingStrategy

Implemented in AbstractHydrator.

hasNamingStrategy ( )

Checks if a naming strategy exists.

Returns
bool

Implemented in AbstractHydrator.

removeNamingStrategy ( )

Removes the naming with the given name.

Returns
self

Implemented in AbstractHydrator, and ClassMethods.

setNamingStrategy ( NamingStrategy\NamingStrategyInterface  $strategy)

Adds the given naming strategy.

Parameters
NamingStrategy\NamingStrategyInterface$strategyThe naming to register.
Returns
self

Implemented in AbstractHydrator, and ClassMethods.