/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Blogger
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Blogger/BlogPosts.php (1396B)
items = $items;
}
/**
* @return Google_Service_Blogger_Post[]
*/
public function getItems()
{
return $this->items;
}
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
public function getSelfLink()
{
return $this->selfLink;
}
public function setTotalItems($totalItems)
{
$this->totalItems = $totalItems;
}
public function getTotalItems()
{
return $this->totalItems;
}
}