\JGoogleEmbed
Google API object class for the Joomla Platform.
Synopsis
class JGoogleEmbed
{
- // methods
- public void __construct()
- public string isSecure()
- public abstract string getHeader()
- public abstract string getBody()
- public null echoHeader()
- public null echoBody()
- public mixed getOption()
- public JGoogleEmbed setOption()
Hierarchy
Extended by
Members
Methods
public
- __construct() — Constructor.
- echoBody() — Method to output the body for the API
- echoHeader() — Method to output the javascript header for the embed API
- getBody() — Method to retrieve the body for the API
- getHeader() — Method to retrieve the header for the API
- getOption() — Get an option from the JGoogleEmbed instance.
- isSecure() — Method to retrieve the javascript header for the embed API
- setOption() — Set an option for the JGoogleEmbed instance.