/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Blogger
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Blogger/PostUserInfo.php (1702B)
"post_user_info",
);
public $kind;
protected $postType = 'Google_Service_Blogger_Post';
protected $postDataType = '';
protected $postUserInfoType = 'Google_Service_Blogger_PostPerUserInfo';
protected $postUserInfoDataType = '';
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
/**
* @param Google_Service_Blogger_Post
*/
public function setPost(Google_Service_Blogger_Post $post)
{
$this->post = $post;
}
/**
* @return Google_Service_Blogger_Post
*/
public function getPost()
{
return $this->post;
}
/**
* @param Google_Service_Blogger_PostPerUserInfo
*/
public function setPostUserInfo(Google_Service_Blogger_PostPerUserInfo $postUserInfo)
{
$this->postUserInfo = $postUserInfo;
}
/**
* @return Google_Service_Blogger_PostPerUserInfo
*/
public function getPostUserInfo()
{
return $this->postUserInfo;
}
}