value = $value; $this->cmsInstallerApp = $app; } protected function getValue() { return $this->value; } protected function getCmsInstallerApp() { return $this->cmsInstallerApp; } }