ZF-9400: Optionally prevent escaping in Decorators
Description
This needs further investigation as other Decorators may require this too.
...
if (false === $this->getOption('escape')) {
$view->setEscape('strval');
}
...
This needs further investigation as other Decorators may require this too.
...
if (false === $this->getOption('escape')) {
$view->setEscape('strval');
}
...
Comments
No comments to display