/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Blogger
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Blogger/PostAuthor.php (1516B)
displayName = $displayName;
}
public function getDisplayName()
{
return $this->displayName;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
/**
* @param Google_Service_Blogger_PostAuthorImage
*/
public function setImage(Google_Service_Blogger_PostAuthorImage $image)
{
$this->image = $image;
}
/**
* @return Google_Service_Blogger_PostAuthorImage
*/
public function getImage()
{
return $this->image;
}
public function setUrl($url)
{
$this->url = $url;
}
public function getUrl()
{
return $this->url;
}
}