Public Member Functions | Public Attributes

AddThisSettingsForm Class Reference

Form for adding/editing the settings for the AddThis plugin. More...

List of all members.

Public Member Functions

 AddThisSettingsForm (&$plugin, &$press)
 execute ()
 fetch (&$request)
getPlugin ()
getPress ()
 initData ()
 readInputData ()
 setPlugin ($plugin)
 setPress ($press)

Public Attributes

 $_plugin
 $_press

Detailed Description

Form for adding/editing the settings for the AddThis plugin.

Definition at line 17 of file AddThisSettingsForm.inc.php.


Member Function Documentation

AddThisSettingsForm.AddThisSettingsForm ( &$  plugin,
&$  press 
)

Constructor.

Definition at line 27 of file AddThisSettingsForm.inc.php.

References setPlugin(), and setPress().

AddThisSettingsForm.execute (  ) 

Save the plugin's data.

See also:
Form.execute()

Definition at line 138 of file AddThisSettingsForm.inc.php.

References getPlugin(), and getPress().

AddThisSettingsForm.fetch ( &$  request  ) 

Fetch the form.

See also:
Form.fetch()

Definition at line 95 of file AddThisSettingsForm.inc.php.

References getPlugin(), and getPress().

& AddThisSettingsForm.getPlugin (  ) 

Get the plugin.

Returns:
AddThisBlockPlugin

Definition at line 59 of file AddThisSettingsForm.inc.php.

Referenced by execute(), fetch(), and initData().

& AddThisSettingsForm.getPress (  ) 

Get the Press.

Returns:
Press

Definition at line 43 of file AddThisSettingsForm.inc.php.

Referenced by execute(), fetch(), and initData().

AddThisSettingsForm.initData (  ) 

Initialize form data from the plugin.

Definition at line 77 of file AddThisSettingsForm.inc.php.

References getPlugin(), and getPress().

AddThisSettingsForm.readInputData (  ) 

Assign form data to user-submitted data.

See also:
Form.readInputData()

Definition at line 125 of file AddThisSettingsForm.inc.php.

AddThisSettingsForm.setPlugin ( plugin  ) 

Set the plugin.

Parameters:
AddThisBlockPlugin $plugin

Definition at line 67 of file AddThisSettingsForm.inc.php.

Referenced by AddThisSettingsForm().

AddThisSettingsForm.setPress ( press  ) 

Set the Press.

Parameters:
Press 

Definition at line 51 of file AddThisSettingsForm.inc.php.

Referenced by AddThisSettingsForm().


Member Data Documentation

AddThisSettingsForm.$_plugin

The plugin being edited

Definition at line 22 of file AddThisSettingsForm.inc.php.

AddThisSettingsForm.$_press

The press associated with the plugin being edited

Definition at line 19 of file AddThisSettingsForm.inc.php.


The documentation for this class was generated from the following file: