brightnucleus / view

Reusable View component, that can provide different implementations.
MIT License
16 stars 1 forks source link

Redesign `render()` method #3

Open schlessera opened 8 years ago

schlessera commented 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.

This needs to be clearer and more consistent.