Searched refs:urlDetectionHandler (Results 1 – 2 of 2) sorted by relevance
91 protected $urlDetectionHandler; variable in Facebook\\Facebook219 return $this->urlDetectionHandler;225 * @param UrlDetectionInterface $urlDetectionHandler227 private function setUrlDetectionHandler(UrlDetectionInterface $urlDetectionHandler) argument229 $this->urlDetectionHandler = $urlDetectionHandler;286 $this->urlDetectionHandler,
57 protected $urlDetectionHandler; variable in Facebook\\Helpers\\FacebookRedirectLoginHelper79 $this->urlDetectionHandler = $urlHandler ?: new FacebookUrlDetectionHandler();100 return $this->urlDetectionHandler;