Example #1
0
 /**
  * @param string $locale
  * @param string $path
  */
 public function addSwitchPath($locale, $path)
 {
     $this->registry->addSwitchPath($locale, $path);
 }