Class JGoogleDataPlus

Description

Google+ data class for the Joomla Platform.

  • since: 1234

Located in /libraries/joomla/google/data/plus.php (line 19)

JGoogleData
   |
   --JGoogleDataPlus
Variable Summary
Method Summary
 JGoogleDataPlus __construct ([JRegistry $options = null], [JGoogleAuth $auth = null])
 JGoogleDataPlus __get (string $name)
Variables
JGoogleDataPlusActivities $activities (line 31)
  • var: Google+ API object for people.
  • since: 12.3
  • access: protected
JGoogleDataPlusComments $comments (line 37)
  • var: Google+ API object for people.
  • since: 12.3
  • access: protected
JGoogleDataPlusPeople $people (line 25)
  • var: Google+ API object for people.
  • since: 12.3
  • access: protected

Inherited Variables

Inherited from JGoogleData

JGoogleData::$auth
JGoogleData::$options
Methods
Constructor __construct (line 47)

Constructor.

  • since: 1234
  • access: public
JGoogleDataPlus __construct ([JRegistry $options = null], [JGoogleAuth $auth = null])

Redefinition of:
JGoogleData::__construct()
Constructor.
__get (line 69)

Magic method to lazily create API objects

  • return: Google+ API object (people, activities, comments).
  • since: 12.3
  • access: public
JGoogleDataPlus __get (string $name)
  • string $name: Name of property to retrieve

Inherited Methods

Inherited From JGoogleData

 JGoogleData::__construct()
 JGoogleData::authenticate()
 JGoogleData::getOption()
 JGoogleData::isAuthenticated()
 JGoogleData::listGetData()
 JGoogleData::query()
 JGoogleData::safeXML()
 JGoogleData::setOption()

Documentation generated on Tue, 19 Nov 2013 15:10:53 +0100 by phpDocumentor 1.4.3