Abstract Class JLinkedinObject

Description

Linkedin API object class for the Joomla Platform.

  • abstract:
  • since: 13.1

Located in /libraries/joomla/linkedin/object.php (line 19)


	
			
Direct descendents
Class Description
 class JLinkedinCommunications Linkedin API Social Communications class for the Joomla Platform.
 class JLinkedinCompanies Linkedin API Companies class for the Joomla Platform.
 class JLinkedinGroups Linkedin API Groups class for the Joomla Platform.
 class JLinkedinJobs Linkedin API Jobs class for the Joomla Platform.
 class JLinkedinPeople Linkedin API People class for the Joomla Platform.
 class JLinkedinStream Linkedin API Social Stream class for the Joomla Platform.
Variable Summary
Method Summary
 JLinkedinObject __construct ([JRegistry $options = null], [JHttp $client = null], [JLinkedinOAuth $oauth = null])
 string booleanToString (boolean $bool)
 mixed getOption (string $key)
 JLinkedinObject setOption (string $key, mixed $value)
Variables
JHttp $client (line 31)
  • var: The HTTP client object to use in sending HTTP requests.
  • since: 13.1
  • access: protected
JLinkedinOAuth $oauth (line 37)
  • var: The OAuth client.
  • since: 13.1
  • access: protected
JRegistry $options (line 25)
  • var: Options for the Linkedin object.
  • since: 13.1
  • access: protected
Methods
Constructor __construct (line 48)

Constructor.

  • since: 13.1
  • access: public
JLinkedinObject __construct ([JRegistry $options = null], [JHttp $client = null], [JLinkedinOAuth $oauth = null])
  • JRegistry $options: Linkedin options object.
  • JHttp $client: The HTTP client object.
  • JLinkedinOAuth $oauth: The OAuth client.
booleanToString (line 64)

Method to convert boolean to string.

  • return: String with the converted boolean.
  • since: 13.1
  • access: public
string booleanToString (boolean $bool)
  • boolean $bool: The boolean value to convert.
getOption (line 85)

Get an option from the JLinkedinObject instance.

  • return: The option value.
  • since: 13.1
  • access: public
mixed getOption (string $key)
  • string $key: The name of the option to get.
setOption (line 100)

Set an option for the JLinkedinObject instance.

  • return: This object for method chaining.
  • since: 13.1
  • access: public
JLinkedinObject setOption (string $key, mixed $value)
  • string $key: The name of the option to set.
  • mixed $value: The option value to set.

Documentation generated on Tue, 19 Nov 2013 15:09:46 +0100 by phpDocumentor 1.4.3