Exemplo n.º 1
0
 static function getYoutube()
 {
     self::ensureOAuthenticated();
     // create on demand
     if (self::$youtube == null) {
         self::$youtube = new Google_Service_YouTube(self::$googleClient);
     }
     return self::$youtube;
 }