MabeEnum\Enum::getConstants PHP Method

getConstants() final public static method

Get all available constants of the called class
final public static getConstants ( ) : array
return array
    public static final function getConstants()
    {
        return self::detectConstants(get_called_class());
    }