Open schlessera opened 8 years ago
It is not clear yet whether render() should return or echo the data. The AbstractView provides both variants, while the View Facade can only return.
render()
AbstractView
View
This needs to be clearer and more consistent.
It is not clear yet whether
render()
should return or echo the data. TheAbstractView
provides both variants, while theView
Facade can only return.This needs to be clearer and more consistent.