PHP/native/UnitEnum
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< PHP
|
UnitEnum pseudointerface
|
{{#set: page title=UnitEnum pseudointerface }}
- manual page: The UnitEnum interface
Note that this cannot actually be implemented as a class, except by declaring a backed enum.
Definition
interface UnitEnum {
static cases(): array
string $name; // unofficial
}
