Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | List of all members
core_calendar\local\event\value_objects\description_interface Interface Reference

Interface for a description value object. More...

Inheritance diagram for core_calendar\local\event\value_objects\description_interface:
core_calendar\local\event\value_objects\event_description

Public Member Functions

 get_format ()
 Get the description's format. More...
 
 get_value ()
 Get the description's text. More...
 

Detailed Description

Interface for a description value object.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ get_format()

core_calendar\local\event\value_objects\description_interface::get_format ( )

Get the description's format.

Return values
intThe description's format.

Implemented in core_calendar\local\event\value_objects\event_description.

◆ get_value()

core_calendar\local\event\value_objects\description_interface::get_value ( )

Get the description's text.

Return values
stringThe description's text.

Implemented in core_calendar\local\event\value_objects\event_description.


The documentation for this interface was generated from the following file: