PHP Classes

File: src/Core/tests/Stub/EnumObject.php

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   src/Core/tests/Stub/EnumObject.php   Download  
File: src/Core/tests/Stub/EnumObject.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 3 months ago
Size: 116 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

namespace
Spiral\Tests\Core\Stub;

enum EnumObject
{
    case
foo;
    case
bar;
}