/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Storage
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Storage/BucketOwner.php (1342B)
entity = $entity;
}
/**
* @return string
*/
public function getEntity()
{
return $this->entity;
}
/**
* @param string
*/
public function setEntityId($entityId)
{
$this->entityId = $entityId;
}
/**
* @return string
*/
public function getEntityId()
{
return $this->entityId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BucketOwner::class, 'Google_Service_Storage_BucketOwner');