Provides an implementation of the TemplateView and TwoStepView patterns, with support for helpers.
via Composer
require: {"clean/view": "dev-master"}$view = newView('template.phtml', ['placeholder' => 'value', ...]);
$view->setParent(newView('layout.phtml', [...]));
echo$view;