Example #1
0
 /**
  * @return $this
  */
 private function setPerson()
 {
     $plus = new Google_Service_Plus($this->client->client());
     $this->person = $plus->people->get('me');
     return $this;
 }