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