Example #1
0
 /**
  * @param array $profile
  * @return $this
  */
 public function updateProfile(array $profile)
 {
     $profile = Request::updateProfile($profile, $this->getToken(), $this->getSecure());
     $this->setProfile($profile, true, true);
     return $this;
 }