| [ Index ] |
PHP Cross Reference of Wordpress 2.9.1 |
[Source view] [Print] [Project Stats]
A File upgrader class for WordPress. This set of classes are designed to be used to upgrade/install a local set of files on the filesystem via the Filesystem Abstraction classes.
| File Size: | 1158 lines (40 kb) |
| Included or required: | 5 times |
| Referenced: | 0 times |
| Includes or requires: | 1 file wp-admin/includes/update-core.php |
WP_Upgrader:: (10 methods):
WP_Upgrader()
__construct()
init()
generic_strings()
fs_connect()
download_package()
unpack_package()
install_package()
run()
maintenance_mode()
Plugin_Upgrader:: (8 methods):
upgrade_strings()
install_strings()
install()
upgrade()
bulk_upgrade()
plugin_info()
deactivate_plugin_before_upgrade()
delete_old_plugin()
Theme_Upgrader:: (8 methods):
upgrade_strings()
install_strings()
install()
upgrade()
current_before()
current_after()
delete_old_theme()
theme_info()
Core_Upgrader:: (2 methods):
upgrade_strings()
upgrade()
WP_Upgrader_Skin:: (11 methods):
WP_Upgrader_Skin()
__construct()
set_upgrader()
set_result()
request_filesystem_credentials()
header()
footer()
error()
feedback()
before()
after()
Plugin_Upgrader_Skin:: (4 methods):
Plugin_Upgrader_Skin()
__construct()
after()
before()
Plugin_Installer_Skin:: (4 methods):
Plugin_Installer_Skin()
__construct()
before()
after()
Theme_Installer_Skin:: (4 methods):
Theme_Installer_Skin()
__construct()
before()
after()
Theme_Upgrader_Skin:: (3 methods):
Theme_Upgrader_Skin()
__construct()
after()
File_Upload_Upgrader:: (2 methods):
File_Upload_Upgrader()
__construct()
Class: WP_Upgrader - X-Ref
WordPress Upgrader class for Upgrading/Installing a local set of files via the Filesystem Abstraction classes from a Zip file.| WP_Upgrader($skin = null) X-Ref |
| No description |
| __construct($skin = null) X-Ref |
| No description |
| init() X-Ref |
| No description |
| generic_strings() X-Ref |
| No description |
| fs_connect( $directories = array() X-Ref |
| No description |
| download_package($package) X-Ref |
| No description |
| unpack_package($package, $delete_package = true) X-Ref |
| No description |
| install_package($args = array() X-Ref |
| No description |
| run($options) X-Ref |
| No description |
| maintenance_mode($enable = false) X-Ref |
| No description |
Class: Plugin_Upgrader - X-Ref
Plugin Upgrader class for WordPress Plugins, It is designed to upgrade/install plugins from a local zip, remote zip URL, or uploaded zip file.| upgrade_strings() X-Ref |
| No description |
| install_strings() X-Ref |
| No description |
| install($package) X-Ref |
| No description |
| upgrade($plugin) X-Ref |
| No description |
| bulk_upgrade($plugins) X-Ref |
| No description |
| plugin_info() X-Ref |
| No description |
| deactivate_plugin_before_upgrade($return, $plugin) X-Ref |
| No description |
| delete_old_plugin($removed, $local_destination, $remote_destination, $plugin) X-Ref |
| No description |
Class: Theme_Upgrader - X-Ref
Theme Upgrader class for WordPress Themes, It is designed to upgrade/install themes from a local zip, remote zip URL, or uploaded zip file.| upgrade_strings() X-Ref |
| No description |
| install_strings() X-Ref |
| No description |
| install($package) X-Ref |
| No description |
| upgrade($theme) X-Ref |
| No description |
| current_before($return, $theme) X-Ref |
| No description |
| current_after($return, $theme) X-Ref |
| No description |
| delete_old_theme($removed, $local_destination, $remote_destination, $theme) X-Ref |
| No description |
| theme_info() X-Ref |
| No description |
Class: Core_Upgrader - X-Ref
Core Upgrader class for WordPress. It allows for WordPress to upgrade itself in combiantion with the wp-admin/includes/update-core.php fileClass: WP_Upgrader_Skin - X-Ref
Generic Skin for the WordPress Upgrader classes. This skin is designed to be extended for specific purposes.| WP_Upgrader_Skin($args = array() X-Ref |
| No description |
| __construct($args = array() X-Ref |
| No description |
| set_upgrader(&$upgrader) X-Ref |
| No description |
| set_result($result) X-Ref |
| No description |
| request_filesystem_credentials($error = false) X-Ref |
| No description |
| header() X-Ref |
| No description |
| footer() X-Ref |
| No description |
| error($errors) X-Ref |
| No description |
| feedback($string) X-Ref |
| No description |
| before() X-Ref |
| No description |
| after() X-Ref |
| No description |
Class: Plugin_Upgrader_Skin - X-Ref
Plugin Upgrader Skin for WordPress Plugin Upgrades.| Plugin_Upgrader_Skin($args = array() X-Ref |
| No description |
| __construct($args = array() X-Ref |
| No description |
| after() X-Ref |
| No description |
| before() X-Ref |
| No description |
Class: Plugin_Installer_Skin - X-Ref
Plugin Installer Skin for WordPress Plugin Installer.| Plugin_Installer_Skin($args = array() X-Ref |
| No description |
| __construct($args = array() X-Ref |
| No description |
| before() X-Ref |
| No description |
| after() X-Ref |
| No description |
Class: Theme_Installer_Skin - X-Ref
Theme Installer Skin for the WordPress Theme Installer.| Theme_Installer_Skin($args = array() X-Ref |
| No description |
| __construct($args = array() X-Ref |
| No description |
| before() X-Ref |
| No description |
| after() X-Ref |
| No description |
Class: Theme_Upgrader_Skin - X-Ref
Theme Upgrader Skin for WordPress Theme Upgrades.| Theme_Upgrader_Skin($args = array() X-Ref |
| No description |
| __construct($args = array() X-Ref |
| No description |
| after() X-Ref |
| No description |
Class: File_Upload_Upgrader - X-Ref
Upgrade Skin helper for File uploads. This class handles the upload process and passes it as if its a local file to the Upgrade/Installer functions.| File_Upload_Upgrader($form, $urlholder) X-Ref |
| No description |
| __construct($form, $urlholder) X-Ref |
| No description |
| Generated: Fri Jan 8 00:19:48 2010 | Cross-referenced by PHPXref 0.7 |