Kraken\Util\Enum\EnumTrait::getSupported PHP Method

getSupported() public static method

See also: EnumInterface::getSupported
public static getSupported ( )
    public static function getSupported()
    {
        return (new \ReflectionClass(__CLASS__))->getConstants();
    }