Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250706) (a6b17d8f6bd)
core_ai\placement Class Reference
Inheritance diagram for core_ai\placement:
aiplacement_courseassist\placement aiplacement_editor\placement

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.
 

Member Function Documentation

◆ get_action_list()

static core_ai\placement::get_action_list ( )
staticabstract

Get the actions that this placement supports.

Returns an array of action class names.

Return values
arrayAn array of action class names.

Reimplemented in aiplacement_courseassist\placement, and aiplacement_editor\placement.

◆ get_sub_actions()

core_ai\placement::get_sub_actions ( string $classname)

Given an action class name.

Returns an array of sub actions that this placement supports.

Parameters
string$classnameThe action class name.
Return values
arrayAn array of supported sub actions.

The documentation for this class was generated from the following file: