token = $token; } /** * getting token * * @return String * */ public function getToken() { return $this->token; } }