%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/loslex/test/app/Enums/
Upload File :
Create Path :
Current File : /www/loslex/test/app/Enums/ContestOptionsEnum.php

<?php

namespace App\Enums;

enum ContestOptionsEnum : int
{
    case NO         = 0;    // false
    case YES        = 1;    // true
    case POSSIBLY   = 2;
}

Zerion Mini Shell 1.0