Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 401] [Versions 39 and 402] [Versions 39 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