/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Games
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Games/RecallToken.php (1671B)
expireTime = $expireTime;
}
/**
* @return string
*/
public function getExpireTime()
{
return $this->expireTime;
}
/**
* @param bool
*/
public function setMultiPlayerPersona($multiPlayerPersona)
{
$this->multiPlayerPersona = $multiPlayerPersona;
}
/**
* @return bool
*/
public function getMultiPlayerPersona()
{
return $this->multiPlayerPersona;
}
/**
* @param string
*/
public function setToken($token)
{
$this->token = $token;
}
/**
* @return string
*/
public function getToken()
{
return $this->token;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RecallToken::class, 'Google_Service_Games_RecallToken');