Skip to content

Instantly share code, notes, and snippets.

@jmatembu
Created November 23, 2017 21:24
Show Gist options
  • Save jmatembu/ec6fa2862990db0b1ae519a908c900b4 to your computer and use it in GitHub Desktop.
Save jmatembu/ec6fa2862990db0b1ae519a908c900b4 to your computer and use it in GitHub Desktop.
public function get($userId, $id, $optParams = array())
{
$params = array('userId' => $userId, 'id' => $id);
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Gmail_Thread");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment