function($path) { if ($this->exists() && $this->_mvc->setPrepath($path)) { $this->params = $this->_mvc->getParams(); return $this; } throw new \Exception(X::_("Prepath $path is not valid")); }