PhpGitHooks\Module\Git\Contract\CommandHandler\GitIgnoreWriterCommandHandler::__construct PHP Метод

__construct() публичный Метод

GitIgnoreWriterCommandHandler constructor.
public __construct ( GitIgnoreWriter $gitIgnoreWriter )
$gitIgnoreWriter PhpGitHooks\Module\Git\Service\GitIgnoreWriter
    public function __construct(GitIgnoreWriter $gitIgnoreWriter)
    {
        $this->gitIgnoreWriter = $gitIgnoreWriter;
    }
GitIgnoreWriterCommandHandler