PHP Class PhpGitHooks\Module\Configuration\Contract\QueryHandler\ConfigurationDataFinderQueryHandler

Inheritance: implements Bruli\EventBusBundle\QueryBus\QueryHandlerInterface
Show file Open project: bruli/php-git-hooks Class Usage Examples

Public Methods

Method Description
__construct ( ConfigurationDataFinder $configurationDataFinder ) ConfigurationDataFinderQueryHandler constructor.
handle ( Bruli\EventBusBundle\QueryBus\QueryInterface $query ) : ConfigurationDataResponse

Method Details

__construct() public method

ConfigurationDataFinderQueryHandler constructor.
public __construct ( ConfigurationDataFinder $configurationDataFinder )
$configurationDataFinder PhpGitHooks\Module\Configuration\Service\ConfigurationDataFinder

handle() public method

public handle ( Bruli\EventBusBundle\QueryBus\QueryInterface $query ) : ConfigurationDataResponse
$query Bruli\EventBusBundle\QueryBus\QueryInterface
return PhpGitHooks\Module\Configuration\Contract\Response\ConfigurationDataResponse