mirror of
https://github.com/archtechx/enums.git
synced 2025-12-13 01:54:04 +00:00
from(int|string), tryFrom(int|string)
This commit is contained in:
parent
bdd8de68ff
commit
859fb9a03c
13 changed files with 26 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use ArchTech\Enums\{Comparable, InvokableCases, Options, Names, Values, From, Metadata};
|
||||
use ArchTech\Enums\Meta\Meta;
|
||||
use ArchTech\Enums\Meta\MetaProperty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue