Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Action factory class. More...
Public Member Functions | |
create_instance ($name, moodle_url $url, $itemcount, $actionable) | |
Creates an instance of an action. | |
Action factory class.
core_calendar\action_factory::create_instance | ( | $name, | |
moodle_url | $url, | ||
$itemcount, | |||
$actionable ) |
Creates an instance of an action.
string | $name | The action's name. |
moodle_url | $url | The action's URL. |
int | $itemcount | The number of items needing action. |
bool | $actionable | The action's actionability. |
core_calendar\local\event\entities\action_interface | The action. |
Implements core_calendar\local\event\factories\action_factory_interface.