$template
$template : \Pop\View\Template\TemplateInterface
View template object
View class
$template : \Pop\View\Template\TemplateInterface
View template object
getTemplate() : \Pop\View\Template\TemplateInterface
Get view template
setTemplate(mixed  $template) : \Pop\View\View
                Set view template
| mixed | $template | 
setData(array  $data = array()) : \Pop\View\View
                Set all model data
| array | $data | 
addFilter(mixed $call, mixed $params = null) : \Pop\View\View
Add filter
| mixed | $call | |
| mixed | $params | 
addFilters(array  $filters) : \Pop\View\View
                Add filters
| array | $filters | 
clearFilters() : \Pop\View\View
Clear filters
set(string $name, mixed $value) : \Pop\View\View
Set model data
| string | $name | |
| mixed | $value | 
merge(array  $data) : \Pop\View\View
                Merge new model data
| array | $data | 
filter() : \Pop\View\View
Filter of data with the filters that have been set