items = $items; } /** * @return Comment[] */ public function getItems() { return $this->items; } /** * @param string */ public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } /** * @return string */ public function getSelfLink() { return $this->selfLink; } /** * @param string */ public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } /** * @return string */ public function getTotalItems() { return $this->totalItems; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PostReplies::class, 'Google_Service_Blogger_PostReplies');