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