Skip to content

Latest commit

 

History

History
86 lines (52 loc) · 1.93 KB

ValueResolverInterface.md

File metadata and controls

86 lines (52 loc) · 1.93 KB

BumbleDocGen / Technical description of the project / Class map / ValueResolverInterface


namespace BumbleDocGen\Core\Configuration\ValueResolver;

interface ValueResolverInterface
Class interface to resolve value from config file

Methods:

  1. resolveValue

Method details:

public function resolveValue(\BumbleDocGen\Core\Configuration\ConfigurationParameterBag $parameterBag, mixed $value): mixed;

Parameters:

Name Type Description
$parameterBag \BumbleDocGen\Core\Configuration\ConfigurationParameterBag -
$value mixed -

Return value: mixed