Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call to undefined method PhpOffice\PhpWord\TemplateProcessor::cloneRowAndSetValues() #1632

Closed
1 of 3 tasks
kunoSchlonz opened this issue May 17, 2019 · 3 comments
Closed
1 of 3 tasks

Comments

@kunoSchlonz
Copy link

This is:

Expected Behavior

i try to use this function,
but its not in the release 0.16

Current Behavior

What is the current behavior?

Failure Information

Please help provide information about the failure.

How to Reproduce

Please provide a code sample that reproduces the issue.

<?php
require __DIR__ . '/vendor/autoload.php';

$phpWord = new \PhpOffice\PhpWord\PhpWord();
$section = $phpWord->addSection();
$section->...

Context

  • PHP version:
  • PHPWord version: 0.16
@troosan
Copy link
Contributor

troosan commented May 21, 2019

indeed it's not, you'll have to wait for 0.17, or use the develop version

@troosan troosan closed this as completed May 21, 2019
@yoedusvany
Copy link

I have installed dev-master version and I have the same error

@smadrom
Copy link

smadrom commented Sep 20, 2019

I have installed dev-master version and I have the same error

dev-develop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants