getName().'&parent=Settings&view='.$this->getDefaultViewName(); } public static function getInstance($moduleName = 'ExtensionStore') { $moduleModel = parent::getInstance($moduleName); $objectProperties = get_object_vars($moduleModel); $instance = new self(); foreach ($objectProperties as $properName => $propertyValue) { $instance->$properName = $propertyValue; } return $instance; } }