ZF-11657: Syntax Error in "Creating your First Decorator"
Description
http://framework.zend.com/manual/en/…
Component: Programmer's Reference Guide Section: Decorator Basics Subsection: Creating Your First Decorator
protected $_format = '%s'
. '';
The source code example does not work, because string concatenation operations are not allowed for class attribute definitions.
Comments
Posted by John Kelly (postalservice14) on 2011-08-18T22:45:38.000+0000
Patch to fix occurrence in all languages attached.
Posted by Thomas Weidner (thomas) on 2011-09-09T22:28:25.000+0000
Fixed in ZF2 with GH-386