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

Public Member Functions

 get_sub_actions (string $classname)
 Given an action class name.
 

Static Public Member Functions

static get_action_list ()
 Get the list of actions that this placement uses.
 

Member Function Documentation

◆ get_action_list()

static aiplacement_editor\placement::get_action_list ( )
static

Get the list of actions that this placement uses.

Return values
arrayAn array of action class names.

Reimplemented from core_ai\placement.

◆ get_sub_actions()

core_ai\placement::get_sub_actions ( string $classname)
inherited

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: