Example #1
0
 /**
  * @return $this
  */
 public function getVisitor()
 {
     $visitor = Request::getVisitor($this->getToken(), $this->getSecure());
     $this->setProfile($visitor);
     return $this;
 }