Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

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

Defines 3 functions


Functions that are not part of a class:

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