$globals public property
Objects or static classes. Keys of the array are names to call in template, values are objects or names of static classes. Example: ['html' => '\yii\helpers\Html']
. In the template you can use it like this: {{ html.a('Login', 'site/login') | raw }}
.
Please login to continue.