token; } /** * @return string */ public function getPath(){ return $this->path; } /** * @return string */ public function getName(){ return $this->name; } /** * @return int */ public function getExpire(){ return $this->expire; } /** * @return string */ public function getFullurl(){ return $this->fullurl; } }