Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
aiplacement_editor\placement Class Reference
Inheritance diagram for aiplacement_editor\placement:
core_ai\placement

Public Member Functions

 get_action_list ()
 Get the list of actions that this placement uses.
 
 get_sub_actions (string $classname)
 Given an action class name.
 

Member Function Documentation

◆ get_action_list()

aiplacement_editor\placement::get_action_list ( )

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: