PHP 8.1 - Enum

preview_player
Показать описание
Social Media Links:

Let's be friends

Follow On Facebook

PHP 8.1 Wiki:

Laravel playground

Tech stack:
PHP

#php #php8.1 #laratips
Рекомендации по теме
Комментарии
Автор

It seems odd to define a method on an enum; is this how you would typically use this?

In other languages enums are often treated more like a struct/value type with functions kept separate. But my PHP knowledge is pretty surface-level

sheveksmath
Автор

As far as I know we cannot instantiate enums.
It seems strange to me that in methods like "color()" we have $this as if we have an object,
and also the enum name "ArticleStatus" used staticaly.

plamengeorgiev
Автор

how to use this in laravel? can u do a tutorial?

ahmedsunil