(no description)
File Size: | 92 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
type_factory:: (3 methods):
get_calendar_instance()
get_list_of_calendar_types()
get_calendar_type()
Class: type_factory - X-Ref
Class \core_calendar\type_factory.get_calendar_instance($type = null) X-Ref |
Returns an instance of the currently used calendar type. param: string|null $type the calendar type to use, if none provided use logic to determine return: \core_calendar\type_base the created calendar_type class |
get_list_of_calendar_types() X-Ref |
Returns a list of calendar typess available for use. return: array the list of calendar types |
get_calendar_type() X-Ref |
Returns the current calendar type in use. return: string the current calendar type being used |