- View the source.
- Moodle/Programming/function get_coursemodule_from_id has been deleted.
| 1: 2021-07-29 (Thu) 14:21:20 iseki |
Cur: 1970-01-01 (Thu) 18:00:00 |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | *** function get_coursemodule_from_id [#ta601390] | ||
| - | - get_coursemodule_from_id($dbname, $id) | ||
| - | -- $dbname : モジュール名 | ||
| - | -- $id : モジュールのインスタンスID | ||
| - | $cm = get_coursemodule_from_id('altwiki', 60); | ||
| - | print_r($cm); | ||
| - | |||
| - | [id] => 60 モジュールオブジェクトのインスタンスID (Moodle全体で一意的) | ||
| - | [course] => 2 コースID | ||
| - | [module] => 56 モジュールID | ||
| - | [instance] => 2 そのモジュール内でのインスタンスID (モジュール内で一意的.データベースのID) | ||
| - | [section] => 2 | ||
| - | [idnumber] => | ||
| - | [added] => 1371440189 | ||
| - | [score] => 0 | ||
| - | [indent] => 0 | ||
| - | [visible] => 1 | ||
| - | [visibleold] => 1 | ||
| - | [groupmode] => 0 | ||
| - | [groupingid] => 0 | ||
| - | [groupmembersonly] => 0 | ||
| - | [completion] => 0 | ||
| - | [completiongradeitemnumber] => | ||
| - | [completionview] => 0 | ||
| - | [completionexpected] => 0 | ||
| - | [availablefrom] => 0 | ||
| - | [availableuntil] => 0 | ||
| - | [showavailability] => 0 | ||
| - | [showdescription] => 0 | ||
| - | [name] => ALT2 | ||
| - | [modname] => altwiki | ||
| - | |||
| - | #br | ||
- Backup list of Moodle/Programming/function get_coursemodule_from_id
- Backup diff of Moodle/Programming/function get_coursemodule_from_id(No. All)
- 1: 2021-07-29 (Thu) 14:21:20 iseki
- Cur: 1970-01-01 (Thu) 18:00:00
