File manager - Edit - /var/www/html/portal/app/Enums/LegislacaoPortariaStatus.php
Back
<?php namespace App\Enums; enum LegislacaoPortariaStatus: int { case PENDENTE = 1; case PUBLICADO = 2; /** * @return array<int, string> */ public static function adminLabels(): array { return [ self::PENDENTE->value => __('Pendente'), self::PUBLICADO->value => __('Publicado'), ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings