yiisoft / view

Yii view rendering library
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
56 stars 44 forks source link

Remove `BaseView::withAddedCommonParameters()`, rename "commonParameters" to "parameters", add fluent interface for setters in view classes #184

Closed vjik closed 3 years ago

vjik commented 3 years ago
Q A
Is bugfix?
New feature? ✔️
Breaks BC? ✔️
Fixed issues -

Adopt PRs: https://github.com/yiisoft/app/pull/194 and https://github.com/yiisoft/demo/pull/355

Tests in yiisoft/app-api and yiisoft/demo-api is passed.