Moodle PHP Documentation 4.2
Moodle 4.2.8 (Build: 20240610) (2d41ac46f45)
|
Interface for a action class. More...
Public Member Functions | |
get_item_count () | |
Get the number of items that need actioning. | |
get_name () | |
Get the name of the action. | |
get_url () | |
Get the URL of the action. | |
is_actionable () | |
Get the actions actionability. | |
Interface for a action class.
core_calendar\local\event\entities\action_interface::get_item_count | ( | ) |
Get the number of items that need actioning.
int |
Implemented in core_calendar\local\event\value_objects\action.
core_calendar\local\event\entities\action_interface::get_name | ( | ) |
Get the name of the action.
string |
Implemented in core_calendar\local\event\value_objects\action.
core_calendar\local\event\entities\action_interface::get_url | ( | ) |
Get the URL of the action.
moodle_url |
Implemented in core_calendar\local\event\value_objects\action.
core_calendar\local\event\entities\action_interface::is_actionable | ( | ) |
Get the actions actionability.
bool |
Implemented in core_calendar\local\event\value_objects\action.