Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
|
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.