Checks that argument matches provided callback.
callable $callback:
string|null $customStringRepresentation Customize the __toString() representation of this token:
Token\CallbackToken
public static function that($callback, ?string $customStringRepresentation = null) { return new Token\CallbackToken($callback, $customStringRepresentation); }