cells = $cells; } /** * @return Value[] */ public function getCells() { return $this->cells; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Row::class, 'Google_Service_ShoppingContent_Row');