/var/www/flurhymez/vendor/google/apiclient-services/src/Datastore
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Datastore/EntityResult.php (1625B)
cursor = $cursor;
}
/**
* @return string
*/
public function getCursor()
{
return $this->cursor;
}
/**
* @param Entity
*/
public function setEntity(Entity $entity)
{
$this->entity = $entity;
}
/**
* @return Entity
*/
public function getEntity()
{
return $this->entity;
}
/**
* @param string
*/
public function setVersion($version)
{
$this->version = $version;
}
/**
* @return string
*/
public function getVersion()
{
return $this->version;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(EntityResult::class, 'Google_Service_Datastore_EntityResult');