Beispiel #1
0
 /**
  * @return string
  */
 protected function formatTemplateFile()
 {
     if (!isset($this->templateFiles[$this->variant])) {
         $this->templateFiles[$this->variant] = parent::formatTemplateFile();
     }
     return $this->templateFiles[$this->variant];
 }