History log of /plugin/strata/types/enum.php (Results 1 – 6 of 6)
Revision Date Author Comments
# 84c19ddf 04-Jun-2024 FKaag <francois.kaag@cardynal.fr>

Fix typo


# 94005e5c 03-Nov-2023 FKaag <francois.kaag@cardynal.fr>

Fix previous update for PHP7 backward compatibility


# fccbf4c8 03-Nov-2023 FKaag <francois.kaag@cardynal.fr>

Support enum from different namespace

By prefixing the hint for an enum with :, allow to fetch it from an absolute namespace.


# a7cb8011 18-Jul-2023 FKaag <francois.kaag@cardynal.fr>

Support use in root namespace.


# fd8e903d 22-Mar-2022 fkaag71 <96815277+fkaag71@users.noreply.github.com>

Update enum.php

Render enum types as a link to the enumeration table


# 5153720f 29-Jan-2022 fkaag71 <96815277+fkaag71@users.noreply.github.com>

First publication