NextSequenceValue.php 274 B

12345678910111213
  1. <?php
  2. namespace Wikimedia\Rdbms;
  3. /**
  4. * Used by Database::nextSequenceValue() so Database::insert() can detect
  5. * values coming from the deprecated function.
  6. * @since 1.30
  7. * @deprecated since 1.30, only exists for backwards compatibility
  8. */
  9. class NextSequenceValue {
  10. }