Webiny\Component\TwitterOAuth\Bridge\TwitterOAuth::getLibrary PHP Méthode

getLibrary() private static méthode

Get the name of bridge library which will be used as the driver.
private static getLibrary ( ) : string
Résultat string
    private static function getLibrary()
    {
        return \Webiny\Component\TwitterOAuth\TwitterOAuth::getConfig()->get('Bridge', self::$library);
    }