/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Plus
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Plus/CommentObject.php (1230B)
content = $content;
}
public function getContent()
{
return $this->content;
}
public function setObjectType($objectType)
{
$this->objectType = $objectType;
}
public function getObjectType()
{
return $this->objectType;
}
public function setOriginalContent($originalContent)
{
$this->originalContent = $originalContent;
}
public function getOriginalContent()
{
return $this->originalContent;
}
}