mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-57442 core_calendar: Add missing return to event factory interface docs
Part of MDL-55611 epic.
This commit is contained in:
parent
4c19dc323a
commit
33be1706e1
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ interface event_factory_interface {
|
||||||
* @param int $timesort Timestamp by which to sort events.
|
* @param int $timesort Timestamp by which to sort events.
|
||||||
* @param bool $visible The event's visibility. True for visible, false for invisible.
|
* @param bool $visible The event's visibility. True for visible, false for invisible.
|
||||||
* @param int $subscriptionid The subscription ID of the event.
|
* @param int $subscriptionid The subscription ID of the event.
|
||||||
|
* @return \core_calendar\local\interfaces\event_interface
|
||||||
*/
|
*/
|
||||||
public function create_instance(
|
public function create_instance(
|
||||||
$id,
|
$id,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue