PHP Classes

File: src/Dominio/Entidades/Processo/Fontes/Envolvidos/Enumerados/Tipo.php

Recommend this page to a friend!
  Classes of Matheusz Maydana   Bames   src/Dominio/Entidades/Processo/Fontes/Envolvidos/Enumerados/Tipo.php   Download  
File: src/Dominio/Entidades/Processo/Fontes/Envolvidos/Enumerados/Tipo.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Bames
Application collection to study design patterns
Author: By
Last change:
Date: 1 month ago
Size: 218 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

namespace
App\Dominio\Entidades\Processo\Fontes\Envolvidos\Enumerados;

enum Tipo: string
{
    case
Apelante = 'Apelante';
    case
Apelado = 'Apelado';
    case
Relator = 'Relator';
}