示例#1
0
文件: Control.php 项目: svobodni/web
 /**
  * @return string
  */
 protected function formatTemplateFile()
 {
     if (!isset($this->templateFiles[$this->variant])) {
         $this->templateFiles[$this->variant] = parent::formatTemplateFile();
     }
     return $this->templateFiles[$this->variant];
 }