Globals.php 285 B

12345678910111213141516
  1. <?php
  2. namespace Knuckles\Scribe\Tools;
  3. class Globals
  4. {
  5. public const SCRIBE_VERSION = '3.24.1';
  6. public static bool $shouldBeVerbose = false;
  7. public static $__beforeResponseCall;
  8. public static $__afterGenerating;
  9. public static $__instantiateFormRequestUsing;
  10. }