|
Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250711) (9addea9f0ac)
|
Public Member Functions | |
| get_sub_actions (string $classname) | |
| Given an action class name. | |
Static Public Member Functions | |
| static | get_action_list () |
| Get the actions that this placement supports. | |
|
staticabstract |
Get the actions that this placement supports.
Returns an array of action class names.
| array | An array of action class names. |
Reimplemented in aiplacement_courseassist\placement, and aiplacement_editor\placement.
| core_ai\placement::get_sub_actions | ( | string | $classname | ) |
Given an action class name.
Returns an array of sub actions that this placement supports.
| string | $classname | The action class name. |
| array | An array of supported sub actions. |