@@ -17,13 +17,13 @@ |
||
| 17 | 17 | |
| 18 | 18 | class StdWrapViewHelper extends AbstractViewHelper |
| 19 | 19 | { |
| 20 | - protected $escapeOutput = false; |
|
| 20 | + protected $escapeOutput = FALSE; |
|
| 21 | 21 | |
| 22 | 22 | public function initializeArguments() |
| 23 | 23 | { |
| 24 | 24 | parent::initializeArguments(); |
| 25 | - $this->registerArgument('wrap', 'string', 'The wrap information', true); |
|
| 26 | - $this->registerArgument('data', 'array', 'Data for the content object', false); |
|
| 25 | + $this->registerArgument('wrap', 'string', 'The wrap information', TRUE); |
|
| 26 | + $this->registerArgument('data', 'array', 'Data for the content object', FALSE); |
|
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | /** |