Home
last modified time | relevance | path

Searched refs:UrlDetectionInterface (Results 1 – 4 of 4) sorted by relevance

/plugin/authfacebook/lib/Helpers/
H A DFacebookRedirectLoginHelper.php35 use Facebook\Url\UrlDetectionInterface; alias
55 * @var UrlDetectionInterface The URL detection handler.
72 …* @param UrlDetectionInterface|null $urlHandler The URL detection handle…
75 …th2Client, PersistentDataInterface $persistentDataHandler = null, UrlDetectionInterface $urlHandle…
96 * @return UrlDetectionInterface
/plugin/authfacebook/lib/
H A DFacebook.php33 use Facebook\Url\UrlDetectionInterface; alias
89 * @var UrlDetectionInterface|null The URL detection handler.
215 * @return UrlDetectionInterface
225 * @param UrlDetectionInterface $urlDetectionHandler
227 private function setUrlDetectionHandler(UrlDetectionInterface $urlDetectionHandler)
/plugin/authfacebook/lib/Url/
H A DUrlDetectionInterface.php31 interface UrlDetectionInterface interface
H A DFacebookUrlDetectionHandler.php31 class FacebookUrlDetectionHandler implements UrlDetectionInterface