Offers & Promotions - McKee Foods
Offers & Promotions! 

Several promotional opportunities occur in a calendar year. Check this page and sign up for our eNewsletters to stay informed of current promotions, contests and giveaways. A new promotion will be coming soon!

Object variables
Illuminate\Pagination\LengthAwarePaginator
links() method Render the paginator using the given view.
"___METHOD___|links()"
render() method Render the paginator using the given view.
"___METHOD___|render()"
total() method Get the total number of items being paginated.
"___METHOD___|total()"
hasMorePages() method Determine if there are more items in the data source.
"___METHOD___|hasMorePages()"
nextPageUrl() method Get the URL for the next page.
"___METHOD___|nextPageUrl()"
lastPage() method Get the last page.
"___METHOD___|lastPage()"
toArray() method Get the instance as an array.
"___METHOD___|toArray()"
jsonSerialize() method Convert the object into something JSON serializable.
"___METHOD___|jsonSerialize()"
toJson() method Convert the object to its JSON representation.
"___METHOD___|toJson()"