PHP Class GravityFormsIframe_Addon
Extends the Gravity Forms add-on class. Functionality that needs access to
the add-on API should be encapsulated since most methods and properties are
protected.
Mostra file
Open project: cedaro/gravity-forms-iframe
Protected Properties
Public Methods
Protected Methods
Method Details
__construct()
public method
Class constructor for setting up the add-on.
public __construct ( GravityFormsIframe_Plugin $plugin ) |
$plugin |
GravityFormsIframe_Plugin |
Main plugin instance. |
settings_iframe_embed_code()
protected method
Render a field for displaying the code to embed a form.
Property Details
$_capabilities protected_oe property
Members plugin integration.
protected array $_capabilities |
return |
array |
|
$plugin protected_oe property
protected GravityFormsIframe_Plugin $plugin |
return |
GravityFormsIframe_Plugin |
|