dateStr = $dateStr; } /** * @return string */ public function getDateStr() { return $this->dateStr; } /** * @param string */ public function setPubType($pubType) { $this->pubType = $pubType; } /** * @return string */ public function getPubType() { return $this->pubType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSciencelitPubDate::class, 'Google_Service_Contentwarehouse_NlpSciencelitPubDate');