Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
Public Member Functions | |
get_action_list () | |
Get the actions that this placement supports. | |
get_sub_actions (string $classname) | |
Given an action class name. | |
|
abstract |
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. |