<?phpnamespace EmbedProvidersOEmbed;class Polldaddy extends EndPoint implements EndPointInterface{ protected static $pattern = 'polldaddy.com/poll/*'; protected static $endPoint = 'https://api.crowdsignal.com/oembed';}