PHP Classes

File: tests/integration/Transfer/Enum/ImBasicEnum.php

Recommend this page to a friend!
  Classes of Sergii Pryz   Transfer Object   tests/integration/Transfer/Enum/ImBasicEnum.php   Download  
File: tests/integration/Transfer/Enum/ImBasicEnum.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Transfer Object
Generate transfer objects using property hooks
Author: By
Last change:
Date: 15 days ago
Size: 143 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

namespace
Picamator\Tests\Integration\TransferObject\Transfer\Enum;

enum ImBasicEnum
{
    case
SOMETHING;
}