: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
public function setLastResponse($resp)
$this->_lastResponse = $resp;
* Indicates whether or not the resource has been deleted on the server.
* Note that some, but not all, resources can indicate whether they have
* @return bool whether the resource is deleted
public function isDeleted()
return isset($this->_values['deleted']) ? $this->_values['deleted'] : \false;