Home
last modified time | relevance | path

Searched refs:urlDetectionHandler (Results 1 – 2 of 2) sorted by relevance

/plugin/authfacebook/lib/
H A DFacebook.php91 protected $urlDetectionHandler; variable in Facebook\\Facebook
219 return $this->urlDetectionHandler;
225 * @param UrlDetectionInterface $urlDetectionHandler
227 private function setUrlDetectionHandler(UrlDetectionInterface $urlDetectionHandler) argument
229 $this->urlDetectionHandler = $urlDetectionHandler;
286 $this->urlDetectionHandler,
/plugin/authfacebook/lib/Helpers/
H A DFacebookRedirectLoginHelper.php57 protected $urlDetectionHandler; variable in Facebook\\Helpers\\FacebookRedirectLoginHelper
79 $this->urlDetectionHandler = $urlHandler ?: new FacebookUrlDetectionHandler();
100 return $this->urlDetectionHandler;