/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Spanner
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Spanner/Delete.php (1341B)
keySet = $keySet;
}
/**
* @return KeySet
*/
public function getKeySet()
{
return $this->keySet;
}
/**
* @param string
*/
public function setTable($table)
{
$this->table = $table;
}
/**
* @return string
*/
public function getTable()
{
return $this->table;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Delete::class, 'Google_Service_Spanner_Delete');