Differences Between: [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]
Book imscp export lib
Copyright: | 2001-3001 Antonio Vicent {@link http://ludens.es} |
Copyright: | 2001-3001 Eloy Lafuente (stronk7) {@link http://stronk7.com} |
Copyright: | 2011 Petr Skoda {@link http://skodak.org} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 262 lines (12 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 1 file mod/book/tool/exportimscp/lib.php |
booktool_exportimscp_build_package($book, $context) X-Ref |
Export one book as IMSCP package param: stdClass $book book instance param: context_module $context return: bool|stored_file |
booktool_exportimscp_prepare_files($book, $context) X-Ref |
Prepare temp area with the files used by book html contents param: stdClass $book book instance param: context_module $context |
booktool_exportimscp_chapter_content($chapter, $context) X-Ref |
Returns the html contents of one book's chapter to be exported as IMSCP param: stdClass $chapter the chapter to be exported param: context_module $context context the chapter belongs to return: string the contents of the chapter |