Variables passed in parameter partils not accessed in onStart method in the partial.
With merged vars before render partial, stays like this::
```php
function onStart() {
$this['param'];
}
```
|
||
|---|---|---|
| .. | ||
| backend | ||
| cms | ||
| system | ||
Variables passed in parameter partils not accessed in onStart method in the partial.
With merged vars before render partial, stays like this::
```php
function onStart() {
$this['param'];
}
```
|
||
|---|---|---|
| .. | ||
| backend | ||
| cms | ||
| system | ||