PHP 클래스 PhpGitHooks\Module\Git\Contract\QueryHandler\GitIgnoreExtractorQueryHandler

상속: implements PhpGitHooks\Infrastructure\CommandBus\QueryBus\QueryHandlerInterface
파일 보기 프로젝트 열기: bruli/php-git-hooks 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( GitIgnoreExtractor $gitIgnoreExtractor ) GitIgnoreExtractorQueryHandler constructor.
handle ( Bruli\EventBusBundle\QueryBus\QueryInterface $query ) : GitIgnoreDataResponse | PhpGitHooks\Module\Git\Contract\Query\GitIgnoreExtractorQuery

메소드 상세

__construct() 공개 메소드

GitIgnoreExtractorQueryHandler constructor.
public __construct ( GitIgnoreExtractor $gitIgnoreExtractor )
$gitIgnoreExtractor PhpGitHooks\Module\Git\Service\GitIgnoreExtractor

handle() 공개 메소드

public handle ( Bruli\EventBusBundle\QueryBus\QueryInterface $query ) : GitIgnoreDataResponse | PhpGitHooks\Module\Git\Contract\Query\GitIgnoreExtractorQuery
$query Bruli\EventBusBundle\QueryBus\QueryInterface
리턴 PhpGitHooks\Module\Git\Contract\Response\GitIgnoreDataResponse | PhpGitHooks\Module\Git\Contract\Query\GitIgnoreExtractorQuery