Beispiel #1
0
 protected function renderSetup($args)
 {
     parent::renderSetup($args);
     if (isset($this->currentPath)) {
         $this->oldAppPath = CurrentPath::set($this->currentPath);
     }
 }