|
static | cm ($courseorid) |
| Returns an instance of the actions class for the given course format.
|
|
static | course ($courseorid) |
| Returns an instance of the actions class for the given course format.
|
|
static | instance (int|stdClass $courseorid) |
| Get a course action loader instance.
|
|
static | section ($courseorid) |
| Returns an instance of the actions class for the given course format.
|
|
|
| __construct (base $format) |
| Returns an instance of the actions class for the given course format.
|
|
◆ __construct()
core_courseformat\formatactions::__construct |
( |
base | $format | ) |
|
|
protected |
Returns an instance of the actions class for the given course format.
- Parameters
-
base | $format | the course format. |
◆ cm()
static core_courseformat\formatactions::cm |
( |
| $courseorid | ) |
|
|
static |
Returns an instance of the actions class for the given course format.
- Parameters
-
int | stdClass | $courseorid | course id or record. |
- Return values
-
◆ course()
static core_courseformat\formatactions::course |
( |
| $courseorid | ) |
|
|
static |
Returns an instance of the actions class for the given course format.
- Parameters
-
int | stdClass | $courseorid | course id or record. |
- Return values
-
◆ instance()
static core_courseformat\formatactions::instance |
( |
int|stdClass | $courseorid | ) |
|
|
static |
Get a course action loader instance.
- Parameters
-
int | stdClass | $courseorid | course id or course. |
- Return values
-
◆ section()
static core_courseformat\formatactions::section |
( |
| $courseorid | ) |
|
|
static |
Returns an instance of the actions class for the given course format.
- Parameters
-
int | stdClass | $courseorid | course id or record. |
- Return values
-
The documentation for this class was generated from the following file:
- course/format/classes/formatactions.php