Пример #1
0
 /**
  * {@inheritdoc}
  */
 protected function templatePath($path, array $vars = array())
 {
     $templatePath = parent::templatePath($path, $vars);
     $this->checkDuplicates($templatePath, $vars);
     return $templatePath;
 }