PromotionScraper
interface PromotionScraper (View source)
Interface PromotionScraper
A contract for scrapers that can scrape events from a specific promotion's website.
Methods
array
events()
Scrape events from the promotion's website and return an array of EventDTO objects.
Details
array
events()
Scrape events from the promotion's website and return an array of EventDTO objects.