/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Classroom
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Classroom/Form.php (1361B)
formUrl = $formUrl;
}
public function getFormUrl()
{
return $this->formUrl;
}
public function setResponseUrl($responseUrl)
{
$this->responseUrl = $responseUrl;
}
public function getResponseUrl()
{
return $this->responseUrl;
}
public function setThumbnailUrl($thumbnailUrl)
{
$this->thumbnailUrl = $thumbnailUrl;
}
public function getThumbnailUrl()
{
return $this->thumbnailUrl;
}
public function setTitle($title)
{
$this->title = $title;
}
public function getTitle()
{
return $this->title;
}
}