43 parent::__construct(
'',
'',
false );
50 public function match( $userToken, $maxAge =
null ) {
51 return $userToken === self::SUFFIX;
Value object representing a logged-out user's edit token.
toStringAtTimestamp( $timestamp)
Get the string representation of the token at a timestamp.
match( $userToken, $maxAge=null)
Test if the token-string matches this token.