ZF-7897: Implement a ResponseDecorator for line indentation
Description
Line indentation is currently done "by hand" for example in the console help system.
This could more easily be done with a ResponseDecorator that allows to specify the content option:
$response->appendContent("foo", array("indentation" => 8));
A patch for this decorator is appended.
Comments
Posted by Benjamin Eberlei (beberlei) on 2009-11-05T00:38:32.000+0000
Committed this to incubator in r18550 and r18551 (plus a previous faulty commit of the IndentionTest.php file in r18322)