PHP Class PhpGitHooks\Module\Git\Contract\CommandHandler\GitIgnoreWriterCommandHandler

Inheritance: implements Bruli\EventBusBundle\CommandBus\CommandHandlerInterface
Mostrar archivo Open project: bruli/php-git-hooks Class Usage Examples

Public Methods

Method Description
__construct ( GitIgnoreWriter $gitIgnoreWriter ) GitIgnoreWriterCommandHandler constructor.
handle ( Bruli\EventBusBundle\CommandBus\CommandInterface $command )

Method Details

__construct() public method

GitIgnoreWriterCommandHandler constructor.
public __construct ( GitIgnoreWriter $gitIgnoreWriter )
$gitIgnoreWriter PhpGitHooks\Module\Git\Service\GitIgnoreWriter

handle() public method

public handle ( Bruli\EventBusBundle\CommandBus\CommandInterface $command )
$command Bruli\EventBusBundle\CommandBus\CommandInterface