ZF-5089: Support method chaining for Zend_Pdf_Page objects
Description
That would be good to have possibility to method chaining for Zend_Pdf_Page objects:
$page->saveGS()
->clipCircle(550, -10, 50)
->drawImage($stampImage, 500, -60, 600, 40)
->restoreGS();
Comments
Posted by Alexander Veremyev (alexander) on 2008-11-28T03:29:00.000+0000
Done.
Posted by Wil Sinclair (wil) on 2008-12-21T05:14:04.000+0000
Alex, isn't this a new feature? Why is it marked fix for next mini release?