/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AlertCenter
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AlertCenter/ResourceInfo.php (1416B)
documentId = $documentId;
}
/**
* @return string
*/
public function getDocumentId()
{
return $this->documentId;
}
/**
* @param string
*/
public function setResourceTitle($resourceTitle)
{
$this->resourceTitle = $resourceTitle;
}
/**
* @return string
*/
public function getResourceTitle()
{
return $this->resourceTitle;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ResourceInfo::class, 'Google_Service_AlertCenter_ResourceInfo');