Form for adding/editing the settings for the AddThis plugin. More...
Public Member Functions | |
| AddThisSettingsForm (&$plugin, &$press) | |
| execute () | |
| fetch (&$request) | |
| & | getPlugin () |
| & | getPress () |
| initData () | |
| readInputData () | |
| setPlugin ($plugin) | |
| setPress ($press) | |
Public Attributes | |
| $_plugin | |
| $_press | |
Form for adding/editing the settings for the AddThis plugin.
Definition at line 17 of file AddThisSettingsForm.inc.php.
| 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.
Definition at line 138 of file AddThisSettingsForm.inc.php.
References getPlugin(), and getPress().
| AddThisSettingsForm.fetch | ( | &$ | request | ) |
Fetch the form.
Definition at line 95 of file AddThisSettingsForm.inc.php.
References getPlugin(), and getPress().
| & AddThisSettingsForm.getPlugin | ( | ) |
Get the plugin.
Definition at line 59 of file AddThisSettingsForm.inc.php.
Referenced by execute(), fetch(), and initData().
| & AddThisSettingsForm.getPress | ( | ) |
Get the 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.
Definition at line 125 of file AddThisSettingsForm.inc.php.
| AddThisSettingsForm.setPlugin | ( | $ | plugin | ) |
Set the plugin.
| AddThisBlockPlugin | $plugin |
Definition at line 67 of file AddThisSettingsForm.inc.php.
Referenced by AddThisSettingsForm().
| AddThisSettingsForm.setPress | ( | $ | press | ) |
Set the Press.
| Press |
Definition at line 51 of file AddThisSettingsForm.inc.php.
Referenced by AddThisSettingsForm().
| 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.
1.7.1