Skip to content

Make possibility to use PHP enum value as an array key in YAML #61082

Open
@SamAntUA

Description

@SamAntUA

Description

Now we can use enum value as array element value like this:

$argument: {
    'foo': !php/enum App\Enum\Day::MONDAY->value
}

But we can't create a map, keyed by enum values, like this:

$dayDiscountMap: {
    !php/enum App\Enum\Day::MONDAY->value: 10,
    !php/enum App\Enum\Day::TUESDAY->value: 15
}

It's a pity. I offer to implement this possibility.

Example

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy