Defines backup_page_activity_task class
Copyright: | 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 70 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
backup_page_activity_task:: (3 methods):
define_my_settings()
define_my_steps()
encode_content_links()
Class: backup_page_activity_task - X-Ref
Provides the steps to perform one complete backup of the Page instancedefine_my_settings() X-Ref |
No specific settings for this activity |
define_my_steps() X-Ref |
Defines a backup step to store the instance data in the page.xml file |
encode_content_links($content) X-Ref |
Encodes URLs to the index.php and view.php scripts param: string $content some HTML text that eventually contains URLs to the activity instance scripts return: string the content with the URLs encoded |