vmModel = $vm; $this->config = $config; } /** * @return VmModel */ public function getVmModel() { return $this->vmModel; } /** * @param VmModel $vmModel */ public function setVmModel($vmModel) { $this->vmModel = $vmModel; } /** * @return array */ public function getConfig() { return $this->config; } /** * @param array $config * @return $this */ public function setConfig($config) { $this->config = $config; return $this; } }