App\Libraries\Utils::getWeekdayNames PHP Method

getWeekdayNames() public static method

Gets an array of weekday names (in English)
See also: getTranslatedWeekdayNames()
public static getWeekdayNames ( ) : Collection
return Illuminate\Support\Collection
    public static function getWeekdayNames()
    {
        return collect(static::$weekdayNames);
    }