@@ -139,11 +139,11 @@ discard block |
||
139 | 139 | $this->pm->configureTwig($this->getConfiguration(), array( |
140 | 140 | 'safe' => $this->safeMode, |
141 | 141 | 'globals' => array( |
142 | - array('name' => 'site', 'value' => $this->getConfiguration()->getConfiguration()), |
|
142 | + array('name' => 'site', 'value' => $this->getConfiguration()->getConfiguration()), |
|
143 | 143 | array('name' => 'collections', 'value' => $this->cm->getCollections()), |
144 | - array('name' => 'menu', 'value' => $this->pm->getSiteMenu()), |
|
145 | - array('name' => 'pages', 'value' => $this->pm->getFlatPages()), |
|
146 | - array('name' => 'data', 'value' => $this->dm->getDataItems()) |
|
144 | + array('name' => 'menu', 'value' => $this->pm->getSiteMenu()), |
|
145 | + array('name' => 'pages', 'value' => $this->pm->getFlatPages()), |
|
146 | + array('name' => 'data', 'value' => $this->dm->getDataItems()) |
|
147 | 147 | ) |
148 | 148 | )); |
149 | 149 | $this->pm->compileAll(); |
@@ -309,7 +309,7 @@ discard block |
||
309 | 309 | /** |
310 | 310 | * @return boolean |
311 | 311 | */ |
312 | - public function isNoClean() |
|
312 | + public function isNoClean () |
|
313 | 313 | { |
314 | 314 | return $this->noClean; |
315 | 315 | } |
@@ -317,7 +317,7 @@ discard block |
||
317 | 317 | /** |
318 | 318 | * @param boolean $noClean |
319 | 319 | */ |
320 | - public function setNoClean($noClean) |
|
320 | + public function setNoClean ($noClean) |
|
321 | 321 | { |
322 | 322 | $this->noClean = $noClean; |
323 | 323 | } |
@@ -103,7 +103,7 @@ discard block |
||
103 | 103 | /** |
104 | 104 | * {@inheritdoc} |
105 | 105 | */ |
106 | - public function offsetExists($offset) |
|
106 | + public function offsetExists ($offset) |
|
107 | 107 | { |
108 | 108 | return $this->object->offsetExists($offset); |
109 | 109 | } |
@@ -111,7 +111,7 @@ discard block |
||
111 | 111 | /** |
112 | 112 | * {@inheritdoc} |
113 | 113 | */ |
114 | - public function offsetGet($offset) |
|
114 | + public function offsetGet ($offset) |
|
115 | 115 | { |
116 | 116 | return $this->object->offsetGet($offset); |
117 | 117 | } |
@@ -119,7 +119,7 @@ discard block |
||
119 | 119 | /** |
120 | 120 | * {@inheritdoc} |
121 | 121 | */ |
122 | - public function offsetSet($offset, $value) |
|
122 | + public function offsetSet ($offset, $value) |
|
123 | 123 | { |
124 | 124 | return $this->object->offsetSet($offset, $value); |
125 | 125 | } |
@@ -127,7 +127,7 @@ discard block |
||
127 | 127 | /** |
128 | 128 | * {@inheritdoc} |
129 | 129 | */ |
130 | - public function offsetUnset($offset) |
|
130 | + public function offsetUnset ($offset) |
|
131 | 131 | { |
132 | 132 | return $this->object->offsetUnset($offset); |
133 | 133 | } |