[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/course/classes/search/ -> mycourse.php (summary)

Search area for Moodle courses I can access.

Copyright: 2016 Skylar Kelty <S.Kelty@kent.ac.uk>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 127 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

mycourse:: (5 methods):
  get_recordset_by_timestamp()
  get_document()
  check_access()
  get_doc_url()
  get_context_url()


Class: mycourse  - X-Ref

Search area for Moodle courses I can access.

get_recordset_by_timestamp($modifiedfrom = 0)   X-Ref
Returns recordset containing required data for indexing courses.

param: int $modifiedfrom timestamp
return: \moodle_recordset

get_document($record, $options = array()   X-Ref
Returns the document associated with this course.

param: stdClass $record
param: array    $options
return: \core_search\document

check_access($id)   X-Ref
Whether the user can access the document or not.

param: int $id The course instance id.
return: int

get_doc_url(\core_search\document $doc)   X-Ref
Link to the course.

param: \core_search\document $doc
return: \moodle_url

get_context_url(\core_search\document $doc)   X-Ref
Link to the course.

param: \core_search\document $doc
return: \moodle_url



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1