/**
  * Return full filename w/ absolute path of template to be rendered
  *
  * @return string
  */
 protected function getFilename()
 {
     return str_replace('/', DS, $this->view->getTemplateDirectory() . '/' . $this->view->getTemplate());
 }