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.

For use in unit tests that require an info section which isn't really used.

Copyright: 2019 Ferran Recio <ferran@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 116 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

mock_info_section:: (7 methods):
  __construct()
  get_thing_name()
  get_context()
  get_view_hidden_capability()
  set_in_database()
  get_modinfo()
  set_section()


Class: mock_info_section  - X-Ref

For use in unit tests that require an info section which isn't really used.

__construct($userid = 0, \section_info $section = null)   X-Ref
Constructs with item details.

param: int $userid Userid for modinfo (if used)
param: \section_info $section Section object

get_thing_name()   X-Ref
Just returns a mock name.

return: string Name of item

get_context()   X-Ref
Returns the current context.

return: \context Context for this item

get_view_hidden_capability()   X-Ref
Returns the cappability used to ignore access restrictions.

return: string Name of capability used to view hidden items of this type

set_in_database($availability)   X-Ref
Mocks don't need to save anything into DB.

param: string $availability New JSON value

get_modinfo()   X-Ref
Obtains the modinfo associated with this availability information.

Note: This field is available ONLY for use by conditions when calculating
availability or information.

return: \course_modinfo Modinfo

set_section(\section_info $section)   X-Ref
Override section info.

param: \section_info $section