You are here

public function StrategyEnabledInterface::hasStrategy in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-hydrator/src/StrategyEnabledInterface.php \Zend\Hydrator\StrategyEnabledInterface::hasStrategy()

Checks if the strategy with the given name exists.

Parameters

string $name The name of the strategy to check for.:

Return value

bool

1 method overrides StrategyEnabledInterface::hasStrategy()
AbstractHydrator::hasStrategy in vendor/zendframework/zend-hydrator/src/AbstractHydrator.php
Checks if the strategy with the given name exists.

File

vendor/zendframework/zend-hydrator/src/StrategyEnabledInterface.php, line 37

Class

StrategyEnabledInterface

Namespace

Zend\Hydrator

Code

public function hasStrategy($name);