App\Libraries\FlashLevel::getLevels PHP Method

getLevels() public static method

Gets all supported flash levels.
public static getLevels ( ) : array
return array Assoc array with human-readable level names => level codes.
    public static function getLevels()
    {
        return array_flip(static::$levels);
    }