Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Action factory class. More...
Public Member Functions | |
create_instance ($name, moodle_url $url, $itemcount, $actionable) | |
Creates an instance of an action. More... | |
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.