public function add(ProviderInterface $provider, $alias = null) { if (null === $alias) { $alias = $provider->getName(); } $this->providers[$alias] = $provider; return $this; }
public function getEmbedLink() { return $this->provider->getEmbedLinkToVideo($this->url); }