/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Plus
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Plus/PersonCover.php (1706B)
coverInfo = $coverInfo;
}
/**
* @return Google_Service_Plus_PersonCoverCoverInfo
*/
public function getCoverInfo()
{
return $this->coverInfo;
}
/**
* @param Google_Service_Plus_PersonCoverCoverPhoto
*/
public function setCoverPhoto(Google_Service_Plus_PersonCoverCoverPhoto $coverPhoto)
{
$this->coverPhoto = $coverPhoto;
}
/**
* @return Google_Service_Plus_PersonCoverCoverPhoto
*/
public function getCoverPhoto()
{
return $this->coverPhoto;
}
public function setLayout($layout)
{
$this->layout = $layout;
}
public function getLayout()
{
return $this->layout;
}
}