manufacturer = $manufacturer; } /** * @return string */ public function getManufacturer() { return $this->manufacturer; } /** * @param string */ public function setModel($model) { $this->model = $model; } /** * @return string */ public function getModel() { return $this->model; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SystemOnChip::class, 'Google_Service_AndroidPublisher_SystemOnChip');