Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
PHPDOCX Pro: Version 4.5
I have an array of Word Fragments that I would like to add to another Word Fragment as a list. When I call: $excerptsFragment->addList($excerpts, 1); where $excerptsFragment is the parent Word Fragment, and $excerpts is the array of Word Fragments (one for each list item) I get the following exception:
Declaration of CreateList::generatePSTYLE() should be compatible with CreateElement::generatePSTYLE($val = 'Textonotaa...')
classes/CreateList.inc on line 427
What's the best way to resolve this?
Thanks
**Edit: There also appears to be a problem with generateStart(): Declaration of CreateList::generateSTART() should be compatible with CreateElement::generateSTART($x = '-198', $y = '0'). Manually updating the PHPDocX code so all inherited methods match their parent definitions fixes this.