PhpGitHooks\Module\Git\Service\GitIgnoreWriter::__construct PHP Метод

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

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