View.php 93 B

123456789
  1. <?php
  2. namespace App\Config;
  3. enum View: int
  4. {
  5. case TABLEAU = 0;
  6. case VIGNETTE = 1;
  7. }