]> git.mjollnir.org Git - moodle.git/commit
Extending workshop class constructor
authorDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 17:47:43 +0000 (17:47 +0000)
committerDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 17:47:43 +0000 (17:47 +0000)
commita7c5b9185ad5da074f2e59de5ad87b121ac8bd4f
tree73c0a274628f2c3a1a4c3bfb7904967f85b59e61
parentda92436b2d8bbb6d3f8ec3555daa762c2221fb5c
Extending workshop class constructor

Every action script in 99% starts with fetching course, course module,
and module instance record. Workshop class will keep the reference to
the course record in courserecord public member variable (do not confuse
with course integer property).
mod/workshop/allocation.php
mod/workshop/allocation/random/allocator.php
mod/workshop/allocation/random/settings_form.php
mod/workshop/allocation/random/simpletest/testallocator.php
mod/workshop/assessment.php
mod/workshop/editform.php
mod/workshop/lib.php
mod/workshop/locallib.php
mod/workshop/view.php